From decd3b3071c8a594f37bd5c51f552f4d83061e49 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Fri, 19 Aug 2011 01:36:41 +0000 Subject: [PATCH] oops, This code was committed unintentionally --- BizHawk.MultiClient/MainForm.cs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 6ea7fe9bea..6ba44695a7 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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 {