mirror of https://github.com/zeldaret/oot.git
Don't include calling isPrintfInit in iQue debug builds (#2672)
This commit is contained in:
parent
9f5ddc518a
commit
eb55fc8453
|
|
@ -36,7 +36,7 @@ void bootproc(void) {
|
|||
|
||||
gCartHandle = osCartRomInit();
|
||||
osDriveRomInit();
|
||||
#if DEBUG_FEATURES
|
||||
#if DEBUG_FEATURES && !PLATFORM_IQUE
|
||||
isPrintfInit();
|
||||
#endif
|
||||
Locale_Init();
|
||||
|
|
|
|||
Loading…
Reference in New Issue