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:
nakeee 2008-11-13 16:25:56 +00:00
parent 099307cf14
commit b0b6a64567
1 changed files with 1 additions and 1 deletions

View File

@ -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, ...);