Revert "throttle shouldnt act as paused when rewinding"
This reverts commit 007442773a
.
fixes #3268 but unfixes #3053, which should instead be fixed by something that doesn't lead to breaking other things and the author of the "fix" giving up on the project
This commit is contained in:
parent
45ab749caf
commit
e06d32c70a
|
@ -3007,7 +3007,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
SyncThrottle();
|
||||
_throttle.signal_frameAdvance = _runloopFrameAdvance;
|
||||
_throttle.signal_continuousFrameAdvancing = _runloopFrameProgress;
|
||||
if (_lastFastForwardingOrRewinding) _throttle.signal_paused = false;
|
||||
|
||||
_throttle.Step(Config, Sound, allowSleep: true, forceFrameSkip: -1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue