diff options
author | withmorten <morten.with@gmail.com> | 2021-02-18 22:40:32 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-02-18 22:40:32 +0100 |
commit | 48cec4a7862f40de2d0a31c065b1b24cf52d3548 (patch) | |
tree | 59945a1d0fda7befa084f3aca91a86e866eb53ef /src/core/Frontend.cpp | |
parent | 6245a17e168822300d7bb1f5a308305872dff2bc (diff) |
add NoMovies ini option, rename gDrawVersionText, always save ini after loading
Diffstat (limited to 'src/core/Frontend.cpp')
-rw-r--r-- | src/core/Frontend.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index 7d378e7f..4f3f31a4 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -3825,11 +3825,10 @@ CMenuManager::LoadSettings() #ifdef LOAD_INI_SETTINGS if (LoadINISettings()) { LoadINIControllerSettings(); - } else { - // no re3.ini, create it - SaveINISettings(); - SaveINIControllerSettings(); } + // if no re3.ini, create it, or update it with new values + SaveINISettings(); + SaveINIControllerSettings(); #endif m_PrefsVsync = m_PrefsVsyncDisp; |