Win32 - remove a debug printf left in by mistake.
This commit is contained in:
parent
2909cb4cc8
commit
a160271782
|
@ -2066,7 +2066,6 @@ adelikat: Outsourced this to a remappable hotkey
|
|||
DoFCEUExit();
|
||||
break;
|
||||
case WM_SETFOCUS:
|
||||
FCEUI_printf("wasPausedbyCheats = %d\n",wasPausedByCheats);
|
||||
if (wasPausedByCheats)
|
||||
{
|
||||
EmulationPaused = 0;
|
||||
|
|
Loading…
Reference in New Issue