mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 21:37:20 +00:00
CommonHostInterface: Fix reset settings not saving on startup
This commit is contained in:
parent
4685d66a2b
commit
14a98c3c9e
@ -2601,6 +2601,7 @@ void CommonHostInterface::LoadSettings()
|
||||
m_settings_interface->Clear();
|
||||
m_settings_interface->SetIntValue("Main", "SettingsVersion", SETTINGS_VERSION);
|
||||
SetDefaultSettings(*m_settings_interface);
|
||||
m_settings_interface->Save();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user