mainform: never skip frames when doing av capture
This commit is contained in:
parent
9b55eb9705
commit
41780b067f
|
@ -2287,7 +2287,7 @@ namespace BizHawk.MultiClient
|
|||
coreskipaudio = Global.ClientControls["MaxTurbo"] && CurrAviWriter == null;
|
||||
//=======================================
|
||||
MemoryPulse.Pulse();
|
||||
Global.Emulator.FrameAdvance(!throttle.skipnextframe, !coreskipaudio);
|
||||
Global.Emulator.FrameAdvance(!throttle.skipnextframe || CurrAviWriter != null, !coreskipaudio);
|
||||
MemoryPulse.Pulse();
|
||||
//=======================================
|
||||
if (CurrAviWriter != null)
|
||||
|
|
Loading…
Reference in New Issue