From 41780b067f2aad70d55f875a5dea0dd11f2203cb Mon Sep 17 00:00:00 2001 From: goyuken Date: Fri, 19 Oct 2012 14:51:10 +0000 Subject: [PATCH] mainform: never skip frames when doing av capture --- 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 f7d2b3167a..a484739edc 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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)