aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-08-15 03:29:49 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2021-08-15 04:07:48 +0300
commit747ae0427950b0f0883b46db4f85ca34a684536f (patch)
treea61a7ee7844dfc061b49a1f6a5a06c6b031f7289 /src/core
parentdf89e5091e7addaa87b8815dda00309b0de49a06 (diff)
Fix premature .ini saving leading to missing bindings
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Frontend.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp
index 62c16cd9..b5d12d58 100644
--- a/src/core/Frontend.cpp
+++ b/src/core/Frontend.cpp
@@ -3812,9 +3812,6 @@ CMenuManager::LoadSettings()
if (LoadINISettings()) {
LoadINIControllerSettings();
}
- // if no re3.ini, create it, or update it with new values
- SaveINISettings();
- SaveINIControllerSettings();
#endif
m_PrefsVsync = m_PrefsVsyncDisp;