mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
Merge pull request #4332 from leoetlino/sync-sysconf-on-exit
ConfigManager: Sync Dolphin settings to SYSCONF on exit
This commit is contained in:
commit
183f3c3759
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ void SConfig::Shutdown()
|
||||||
SConfig::~SConfig()
|
SConfig::~SConfig()
|
||||||
{
|
{
|
||||||
SaveSettings();
|
SaveSettings();
|
||||||
|
SaveSettingsToSysconf();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SConfig::SaveSettings()
|
void SConfig::SaveSettings()
|
||||||
|
|
Loading…
Add table
Reference in a new issue