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
This commit is contained in:
masken
2008-09-01 21:29:27 +00:00
parent b1cd01819b
commit 012041bab5
8 changed files with 828 additions and 807 deletions

View File

@ -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