mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: Fix microVU debug logging.
This commit is contained in:
parent
8e3b34bce6
commit
b739e9187d
|
@ -28,6 +28,7 @@ _mVUt void __mVULog(const char* fmt, ...) {
|
||||||
va_start(list, fmt);
|
va_start(list, fmt);
|
||||||
|
|
||||||
// concatenate the log message after the prefix:
|
// concatenate the log message after the prefix:
|
||||||
|
vsprintf(tmp, fmt, list);
|
||||||
va_end(list);
|
va_end(list);
|
||||||
|
|
||||||
mVU.logFile->Write( tmp );
|
mVU.logFile->Write( tmp );
|
||||||
|
|
Loading…
Reference in New Issue