mirror of https://github.com/PCSX2/pcsx2.git
Should probably drink something with caffeine in it, and worry about sandwiches later.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2182 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
2b05fa9cef
commit
0f43b12d72
|
@ -104,16 +104,8 @@ namespace Implementations
|
||||||
|
|
||||||
// FIXME: Some of the trace logs will require recompiler resets to be activated properly.
|
// FIXME: Some of the trace logs will require recompiler resets to be activated properly.
|
||||||
// But since those haven't been implemented yet, no point in implementing that here either.
|
// But since those haven't been implemented yet, no point in implementing that here either.
|
||||||
|
|
||||||
char* message;
|
|
||||||
const_cast<Pcsx2Config&>(EmuConfig).Trace.Enabled = !EmuConfig.Trace.Enabled;
|
const_cast<Pcsx2Config&>(EmuConfig).Trace.Enabled = !EmuConfig.Trace.Enabled;
|
||||||
|
GSprintf(10, const_cast<char*>(EmuConfig.Trace.Enabled ? "Logging Enabled." : "Logging Disabled."));
|
||||||
if (EmuConfig.Trace.Enabled)
|
|
||||||
sprintf(message, "Logging Enabled.");
|
|
||||||
else
|
|
||||||
sprintf(message, "Logging Disabled.");
|
|
||||||
|
|
||||||
GSprintf(10, message);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Sys_FreezeGS()
|
void Sys_FreezeGS()
|
||||||
|
|
Loading…
Reference in New Issue