Fix the frame adv. skip lag frames feature
This commit is contained in:
parent
8418fe47af
commit
fdb3f0f199
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue