mainform: never skip frames when doing av capture

This commit is contained in:
goyuken 2012-10-19 14:51:10 +00:00
parent 9b55eb9705
commit 41780b067f
1 changed files with 1 additions and 1 deletions

View File

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