diff options
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/Common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h index 5769e597cb..6160e5e449 100644 --- a/Source/Core/Common/Src/Common.h +++ b/Source/Core/Common/Src/Common.h @@ -193,6 +193,7 @@ class LogTypes WII_IOB,
WII_IPC,
WII_IPC_HLE,
+ WIIMOTE,
NUMBER_OF_LOGS
};
};
@@ -224,8 +225,10 @@ void Host_UpdateLogDisplay(); #define LOG(_t_, ...)
#define _dbg_clear_()
+#ifndef _dbg_assert_
#define _dbg_assert_(_t_, _a_) ;
#define _dbg_assert_msg_(_t_, _a_, _desc_, ...) ;
+#endif
#define _dbg_update_() ;
#endif
|
