System: Fix game settings not deloading after shutdown

This commit is contained in:
Stenzek
2026-02-03 19:59:49 +10:00
parent 14decb1667
commit 1a607257fb

View File

@@ -2178,6 +2178,10 @@ void System::DestroySystem()
FullscreenUI::OnSystemDestroyed();
Host::OnSystemDestroyed();
// Revert to global settings.
UpdateGameSettingsLayer();
ApplySettings(true);
}
void System::AbnormalShutdown(const std::string_view reason)