1
0
Fork 0
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:
cadmic 2024-01-29 09:10:28 -08:00 committed by GitHub
parent 0f11f2f166
commit 64d384b4c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View file

@ -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");