Skip to content

Make EE data const or zero-initialized for cleaner (re-)initialization#867

Open
uyjulian wants to merge 1 commit into
ps2dev:masterfrom
uyjulian:ee_move_out_of_data_section
Open

Make EE data const or zero-initialized for cleaner (re-)initialization#867
uyjulian wants to merge 1 commit into
ps2dev:masterfrom
uyjulian:ee_move_out_of_data_section

Conversation

@uyjulian

Copy link
Copy Markdown
Member

Some functions have added const arguments accordingly
Initialization has been moved inside functions, or ctors if there is no conveient function
Some global variables have been made local, static, or removed
Sema, Thread, DmacHandler, IntcHandler, and fd handle 0 as invalid

wLE tested working

…lization

Some functions have const arguments accordingly
Initialization has been moved inside functions, or ctors if there is no conveient function
Some global variables have been made local, static, or removed
Sema, Thread, DmacHandler, IntcHandler, and fd handle 0 as invalid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant