Tastudio - remove a line of code that makes the emulator spaz out when mousewheeling up very fast, I don't think removing this breaks anything, I suspect it was only there from some defensive programming and overthinking

This commit is contained in:
adelikat 2015-06-29 22:08:31 -04:00
parent 8911049f68
commit e50f81d54c
1 changed files with 1 additions and 2 deletions

View File

@ -534,8 +534,7 @@ namespace BizHawk.Client.EmuHawk
LoadState(closestState); LoadState(closestState);
} }
if (GlobalWin.MainForm.EmulatorPaused) GlobalWin.MainForm.PauseOnFrame = frame;
GlobalWin.MainForm.PauseOnFrame = frame;
GlobalWin.MainForm.UnpauseEmulator(); GlobalWin.MainForm.UnpauseEmulator();
} }