oops, This code was committed unintentionally

This commit is contained in:
andres.delikat 2011-08-19 01:36:41 +00:00
parent 668a90fdc6
commit decd3b3071
1 changed files with 1 additions and 10 deletions

View File

@ -1485,14 +1485,7 @@ namespace BizHawk.MultiClient
//handle the initial trigger of a frame advance
if (FrameAdvanceTimestamp == DateTime.MinValue)
{
if (!EmulatorPaused && !Global.Emulator.IsLagFrame)
{
PauseEmulator();
}
else if (Global.Emulator.IsLagFrame)
PressFrameAdvance = true;
PauseEmulator();
runFrame = true;
runloop_frameadvance = true;
FrameAdvanceTimestamp = now;
@ -1507,8 +1500,6 @@ namespace BizHawk.MultiClient
UnpauseEmulator();
}
}
if (!Global.Emulator.IsLagFrame)
PressFrameAdvance = false;
}
else
{