VMManager: Reload settings after shutting down

Prevents any whacky settings from the previous game hanging around until
the next one boots.
This commit is contained in:
Stenzek 2023-05-14 01:38:53 +10:00 committed by refractionpcsx2
parent 0f05967190
commit 61253d8201
1 changed files with 3 additions and 0 deletions

View File

@ -1318,6 +1318,9 @@ void VMManager::Shutdown(bool save_resume_state)
FullscreenUI::OnVMDestroyed();
UpdateInhibitScreensaver(false);
Host::OnVMDestroyed();
// clear out any potentially-incorrect settings from the last game
LoadSettings();
}
void VMManager::Reset()