From fdb3f0f1990cfc6073127dab84b42045a1a67340 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 7 Aug 2013 19:16:51 +0000 Subject: [PATCH] Fix the frame adv. skip lag frames feature --- BizHawk.MultiClient/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index b7ac950193..c604a80e74 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -2075,7 +2075,7 @@ namespace BizHawk.MultiClient if (Global.Config.SkipLagFrame && Global.Emulator.IsLagFrame && frameProgressTimeElapsed) { - Global.Emulator.FrameAdvance(true); + runFrame = true; } if (Global.ClientControls["Frame Advance"] || PressFrameAdvance)