Fix the frame adv. skip lag frames feature

This commit is contained in:
adelikat 2013-08-07 19:16:51 +00:00
parent 8418fe47af
commit fdb3f0f199
1 changed files with 1 additions and 1 deletions

View File

@ -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)