mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 11:00:41 +00:00
is_debug.c and boot_main.c OK (#1641)
* Match is_debug.c and boot_main.c * Disable function declarations * Remove /* OOT_DEBUG */ * Remove newlines around ifdef
This commit is contained in:
parent
0f11f2f166
commit
64d384b4c1
3 changed files with 16 additions and 0 deletions
|
@ -21,7 +21,9 @@ void bootproc(void) {
|
|||
|
||||
gCartHandle = osCartRomInit();
|
||||
osDriveRomInit();
|
||||
#ifdef OOT_DEBUG
|
||||
isPrintfInit();
|
||||
#endif
|
||||
Locale_Init();
|
||||
|
||||
StackCheck_Init(&sIdleThreadInfo, sIdleThreadStack, STACK_TOP(sIdleThreadStack), 0, 256, "idle");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue