diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 49bf75c84d..4c7e7287d4 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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