mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 03:15:56 +00:00
Fix ini name
This commit is contained in:
parent
e9689a0a07
commit
de44a17e64
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue