fix console log noise from recent revision to throttle
This commit is contained in:
parent
a7dd0b2386
commit
053b260929
|
@ -58,7 +58,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
//notably, if we're frame-advancing, we should be paused.
|
||||
if (signal_paused && !signal_continuousframeAdvancing)
|
||||
{
|
||||
Console.WriteLine("THE THING: {0} {1}", signal_paused ,signal_continuousframeAdvancing);
|
||||
//Console.WriteLine("THE THING: {0} {1}", signal_paused ,signal_continuousframeAdvancing);
|
||||
skipnextframe = false;
|
||||
framesskipped = 0;
|
||||
framestoskip = 0;
|
||||
|
|
Loading…
Reference in New Issue