MaxTurbo now tells the emulator to skip audio, if supported.

on my machine, gambattehawk goes from ~1600 to ~3200fps
This commit is contained in:
goyuken 2012-09-20 20:07:18 +00:00
parent 1b54e3c061
commit 65cf5f842a
1 changed files with 1 additions and 1 deletions

View File

@ -2116,7 +2116,7 @@ namespace BizHawk.MultiClient
//=======================================
MemoryPulse.Pulse();
Global.Emulator.FrameAdvance(!throttle.skipnextframe);
Global.Emulator.FrameAdvance(!throttle.skipnextframe, !Global.ClientControls["MaxTurbo"]);
MemoryPulse.Pulse();
//=======================================
if (CurrAviWriter != null)