mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
System: Fix game settings not deloading after shutdown
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user