diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-08-15 02:29:49 +0200 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-08-15 03:07:48 +0200 |
commit | 747ae0427950b0f0883b46db4f85ca34a684536f (patch) | |
tree | a61a7ee7844dfc061b49a1f6a5a06c6b031f7289 /src/core/Frontend.cpp | |
parent | Revert "map memory usage high default" (diff) | |
download | re3-747ae0427950b0f0883b46db4f85ca34a684536f.tar re3-747ae0427950b0f0883b46db4f85ca34a684536f.tar.gz re3-747ae0427950b0f0883b46db4f85ca34a684536f.tar.bz2 re3-747ae0427950b0f0883b46db4f85ca34a684536f.tar.lz re3-747ae0427950b0f0883b46db4f85ca34a684536f.tar.xz re3-747ae0427950b0f0883b46db4f85ca34a684536f.tar.zst re3-747ae0427950b0f0883b46db4f85ca34a684536f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/Frontend.cpp | 3 |
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; |