mirror of
https://github.com/td512/re3.git
synced 2026-03-10 11:58:05 +00:00
Fix premature .ini saving leading to missing bindings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user