Fix shift+tab turbo

This commit is contained in:
adelikat 2013-08-13 01:07:32 +00:00
parent 4dfa647bd2
commit 57fae391e5
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ namespace BizHawk.MultiClient
void SyncThrottle()
{
bool fastforward = Global.ClientControls["Fast Forward"] || FastForward || Global.ClientControls["MaxTurbo"];
bool fastforward = Global.ClientControls["Fast Forward"] || FastForward || Global.ClientControls["Turbo"];
Global.ForceNoThrottle = unthrottled || fastforward;
// realtime throttle is never going to be so exact that using a double here is wrong