MaxTurbo now tells the emulator to skip audio, if supported.
on my machine, gambattehawk goes from ~1600 to ~3200fps
This commit is contained in:
parent
1b54e3c061
commit
65cf5f842a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue