Yet another fix to the Turbo hotkey
This commit is contained in:
parent
f9aa5fbc72
commit
c08532df2e
|
@ -2261,7 +2261,7 @@ namespace BizHawk.MultiClient
|
|||
|
||||
HandleMovieOnFrameLoop();
|
||||
|
||||
coreskipaudio = Global.ClientControls["MaxTurbo"] && CurrAviWriter == null;
|
||||
coreskipaudio = Global.ClientControls["Turbo"] && CurrAviWriter == null;
|
||||
//=======================================
|
||||
Global.CheatList.Pulse();
|
||||
Global.Emulator.FrameAdvance(!throttle.skipnextframe || CurrAviWriter != null, !coreskipaudio);
|
||||
|
|
Loading…
Reference in New Issue