add NoMovies ini option, rename gDrawVersionText, always save ini after loading

This commit is contained in:
withmorten 2021-02-18 22:55:26 +01:00
parent 11bc8ea602
commit 781617d484
6 changed files with 36 additions and 16 deletions

View file

@ -3097,11 +3097,10 @@ CMenuManager::LoadSettings()
#ifdef LOAD_INI_SETTINGS
if (LoadINISettings()) {
LoadINIControllerSettings();
} else {
// no re3.ini, create it
SaveINISettings();
SaveINIControllerSettings();
}
// if no reVC.ini, create it, or update it with new values
SaveINISettings();
SaveINIControllerSettings();
#endif
#ifdef FIX_BUGS