Fix ini name

This commit is contained in:
Sergeanur 2021-01-23 18:16:47 +02:00
parent e9689a0a07
commit de44a17e64
1 changed files with 2 additions and 2 deletions

View File

@ -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