Yet another fix to the Turbo hotkey

This commit is contained in:
adelikat 2013-10-12 22:51:55 +00:00
parent f9aa5fbc72
commit c08532df2e
1 changed files with 1 additions and 1 deletions

View File

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