Movies: Disable rewind while recording (since it currently breaks the recording, until proper re-recording features are implemented)
This commit is contained in:
parent
45f80b6e43
commit
3725f442b9
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ void ShortcutKeyHandler::CheckMappedKeys()
|
|||
}
|
||||
}
|
||||
|
||||
if(!isNetplayClient && !EmulationSettings::CheckFlag(NsfPlayerEnabled)) {
|
||||
if(!isNetplayClient && !MovieManager::Recording() && !EmulationSettings::CheckFlag(NsfPlayerEnabled)) {
|
||||
if(DetectKeyPress(EmulatorShortcut::ToggleRewind)) {
|
||||
if(RewindManager::IsRewinding()) {
|
||||
RewindManager::StopRewinding();
|
||||
|
|
Loading…
Add table
Reference in a new issue