plog accepts 2 params
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1166 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
099307cf14
commit
b0b6a64567
|
@ -66,7 +66,7 @@ void __Log(int log, const char *format, ...)
|
|||
va_start(args, format);
|
||||
CharArrayFromFormatV(temp, 512, format, args);
|
||||
va_end(args);
|
||||
g_WiimoteInitialize.pLog(temp);
|
||||
g_WiimoteInitialize.pLog(temp, FALSE);
|
||||
}
|
||||
//void PanicAlert(const char* fmt, ...);
|
||||
|
||||
|
|
Loading…
Reference in New Issue