Save after changing recent list
regarding #7472 . If this is not done then the config file (the main config, the per-game config files do not have recent entries) is loaded when a game with game-specific settings is touched.
This commit is contained in:
parent
6f0ea8fcf4
commit
aa6985f5c2
3 changed files with 3 additions and 0 deletions
|
@ -230,6 +230,7 @@ void CPU_Init() {
|
|||
|
||||
if (coreParameter.updateRecent) {
|
||||
g_Config.AddRecent(filename);
|
||||
g_Config.Save();
|
||||
}
|
||||
|
||||
coreState = coreParameter.startPaused ? CORE_STEPPING : CORE_RUNNING;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue