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:
vadosnaprimer 2023-04-08 23:07:34 +03:00
parent 45ab749caf
commit e06d32c70a
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}