Fix shift+tab turbo
This commit is contained in:
parent
4dfa647bd2
commit
57fae391e5
|
@ -554,7 +554,7 @@ namespace BizHawk.MultiClient
|
||||||
|
|
||||||
void SyncThrottle()
|
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;
|
Global.ForceNoThrottle = unthrottled || fastforward;
|
||||||
|
|
||||||
// realtime throttle is never going to be so exact that using a double here is wrong
|
// realtime throttle is never going to be so exact that using a double here is wrong
|
||||||
|
|
Loading…
Reference in New Issue