a better fix to turbo

This commit is contained in:
adelikat 2013-10-12 13:25:53 +00:00
parent a2d787efa4
commit 3ba7239a2b
1 changed files with 1 additions and 5 deletions

View File

@ -604,16 +604,12 @@ namespace BizHawk.MultiClient
throttle.SetCoreFps(Global.Emulator.CoreComm.VsyncRate);
throttle.signal_paused = EmulatorPaused || Global.Emulator is NullEmulator;
throttle.signal_unthrottle = unthrottled;
throttle.signal_unthrottle = unthrottled || superfastforward;
if (fastforward)
{
throttle.SetSpeedPercent(Global.Config.SpeedPercentAlternate);
}
else if (superfastforward)
{
throttle.SetSpeedPercent(int.MaxValue);
}
else
{
throttle.SetSpeedPercent(Global.Config.SpeedPercent);