File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/BizHawk.Client.EmuHawk Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4070,8 +4070,7 @@ private void CloseGame(bool clearSram = false)
4070
4070
AutoSaveStateIfConfigured ( ) ;
4071
4071
4072
4072
CommitCoreSettingsToConfig ( ) ;
4073
- Rewinder ? . Dispose ( ) ;
4074
- Rewinder = null ;
4073
+ DisableRewind ( ) ;
4075
4074
4076
4075
if ( MovieSession . Movie . IsActive ( ) ) // Note: this must be called after CommitCoreSettingsToConfig()
4077
4076
{
@@ -4165,12 +4164,14 @@ public void EnableRewind(bool enabled)
4165
4164
4166
4165
AddOnScreenMessage ( $ "Rewind { ( enabled ? "enabled" : "suspended" ) } ") ;
4167
4166
}
4167
+ UpdateStatusBarRewindIndicator ( ) ;
4168
4168
}
4169
4169
4170
4170
public void DisableRewind ( )
4171
4171
{
4172
4172
Rewinder ? . Dispose ( ) ;
4173
4173
Rewinder = null ;
4174
+ UpdateStatusBarRewindIndicator ( ) ;
4174
4175
}
4175
4176
4176
4177
private int SlotToInt ( string slot )
You can’t perform that action at this time.
0 commit comments