oops, This code was committed unintentionally
This commit is contained in:
parent
668a90fdc6
commit
decd3b3071
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue