mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
Use IDO_PRINTF_WORKAROUND everywhere (#1685)
This commit is contained in:
+1
-2
@@ -56,8 +56,7 @@ OSTime sRDPTimeStart;
|
||||
#define SCHED_DEBUG_PRINTF \
|
||||
if (sSchedDebugPrintfEnabled) \
|
||||
PRINTF
|
||||
#elif defined(__sgi)
|
||||
// See comment about PRINTF in macros.h
|
||||
#elif IDO_PRINTF_WORKAROUND
|
||||
#define SCHED_DEBUG_PRINTF(args) (void)0
|
||||
#else
|
||||
#define SCHED_DEBUG_PRINTF(format, ...) (void)0
|
||||
|
||||
+1
-2
@@ -15,8 +15,7 @@ static s32 sCurCeilingBgId;
|
||||
#define ACTOR_DEBUG_PRINTF \
|
||||
if (R_ENABLE_ACTOR_DEBUG_PRINTF) \
|
||||
PRINTF
|
||||
#elif defined(__sgi)
|
||||
// See comment about PRINTF in macros.h
|
||||
#elif IDO_PRINTF_WORKAROUND
|
||||
#define ACTOR_DEBUG_PRINTF(args) (void)0
|
||||
#else
|
||||
#define ACTOR_DEBUG_PRINTF(format, ...) (void)0
|
||||
|
||||
Reference in New Issue
Block a user