mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
Don't include calling isPrintfInit in iQue debug builds (#2672)
This commit is contained in:
@@ -36,7 +36,7 @@ void bootproc(void) {
|
||||
|
||||
gCartHandle = osCartRomInit();
|
||||
osDriveRomInit();
|
||||
#if DEBUG_FEATURES
|
||||
#if DEBUG_FEATURES && !PLATFORM_IQUE
|
||||
isPrintfInit();
|
||||
#endif
|
||||
Locale_Init();
|
||||
|
||||
Reference in New Issue
Block a user