diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/re3.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index 81ba03b1..67cfd6a9 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -352,12 +352,12 @@ void SaveINIControllerSettings() StoreIni("Controller", "JoystickName", gSelectedJoystickName, 128); #endif StoreIni("Controller", "PadButtonsInited", ControlsManager.ms_padButtonsInited); - cfg.write_file("reVC.ini"); + cfg.write_file("reLCS.ini"); } bool LoadINISettings() { - if (!cfg.load_file("reVC.ini")) + if (!cfg.load_file("reLCS.ini")) return false; #ifdef IMPROVED_VIDEOMODE |