diff options
| author | masken <masken3@gmail.com> | 2008-09-01 21:29:27 +0000 |
|---|---|---|
| committer | masken <masken3@gmail.com> | 2008-09-01 21:29:27 +0000 |
| commit | 012041bab541e5ca64d37ca4bf06bf651138e472 (patch) | |
| tree | c3b8e44eb7bbf08688bf2995bd868a18bbe8eae1 /Source/Core/Common | |
| parent | b1cd01819b1d507398b8ca3f1fff78c7fc99af5d (diff) | |
Added puts() HLE, WIIMOTE logging section and experimental virtual connection request.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@427 8ced0084-cf51-0410-be5f-012b33b47a6e
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
|
