Fix premature .ini saving leading to missing bindings

This commit is contained in:
erorcun
2021-08-15 03:29:49 +03:00
parent eadf0496bf
commit fd52285074
2 changed files with 6 additions and 7 deletions

View File

@@ -3169,9 +3169,6 @@ CMenuManager::LoadSettings()
if (LoadINISettings()) {
LoadINIControllerSettings();
}
// if no reVC.ini, create it, or update it with new values
SaveINISettings();
SaveINIControllerSettings();
#endif
#ifdef FIX_BUGS