mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-04 18:21:33 -04:00
[n64-jp-1.1] irqmgr (#1876)
* [n64-jp-1.1] irqmgr * Remove IRQMGR_PRINTF * US is fine with the extra if 1s
This commit is contained in:
+2
-2
@@ -93,13 +93,13 @@
|
||||
#if MM_VERSION >= N64_US
|
||||
#define PRINTF(args) (void)0
|
||||
#else
|
||||
#define PRINTF(args) (void)(args)
|
||||
#define PRINTF(args) do { (void)(args); } while (0)
|
||||
#endif
|
||||
#else
|
||||
#if MM_VERSION >= N64_US
|
||||
#define PRINTF(format, ...) (void)0
|
||||
#else
|
||||
#define PRINTF(format, ...) (void)(format)
|
||||
#define PRINTF(format, ...) do { (void)(format); } while (0)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user