From 58e2e65c7f899a8aa6abc4f21cbd1732cb6d5ded Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Sun, 24 Jul 2011 17:35:53 +0000 Subject: [PATCH] TAStudio - refix frame advance --- 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 cdc2dc336f..7edf93ad95 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -1315,7 +1315,7 @@ namespace BizHawk.MultiClient double frameAdvanceTimestampDelta = (now - FrameAdvanceTimestamp).TotalMilliseconds; bool frameProgressTimeElapsed = Global.Config.FrameProgressDelayMs < frameAdvanceTimestampDelta; - if (Global.ClientControls["Frame Advance"]) + if (Global.ClientControls["Frame Advance"] || PressFrameAdvance) { //handle the initial trigger of a frame advance if (FrameAdvanceTimestamp == DateTime.MinValue)