Rewind: Always restore normal emulation speed after rewinding (fixes issues when rewind speed is not 100%)

This commit is contained in:
Sour 2018-07-07 18:22:45 -04:00
parent 436079628d
commit cd07736c9d

View file

@ -61,6 +61,7 @@ void RewindManager::ProcessNotification(ConsoleNotificationType type, void * par
}
_historyBackup.clear();
_rewindState = RewindState::Stopped;
EmulationSettings::ClearFlags(EmulationFlags::Rewind);
EmulationSettings::ClearFlags(EmulationFlags::ForceMaxSpeed);
}
break;