mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +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->Clear();
|
||||||
m_settings_interface->SetIntValue("Main", "SettingsVersion", SETTINGS_VERSION);
|
m_settings_interface->SetIntValue("Main", "SettingsVersion", SETTINGS_VERSION);
|
||||||
SetDefaultSettings(*m_settings_interface);
|
SetDefaultSettings(*m_settings_interface);
|
||||||
|
m_settings_interface->Save();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue