ensure updated core settings are always saved in config

- closes #3966
This commit is contained in:
Morilli 2024-08-18 23:12:24 +02:00
parent 3ede77b8b7
commit 8d4c29a64f
1 changed files with 1 additions and 0 deletions

View File

@ -2417,6 +2417,7 @@ namespace BizHawk.Client.EmuHawk
path = _getConfigPath();
}
CommitCoreSettingsToConfig();
ConfigService.Save(path, Config);
}