mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 08:11:49 +01:00
wiiu: fix channel controllerconfig saving
This commit is contained in:
parent
57eaa999ec
commit
423ec0da0d
@ -351,7 +351,11 @@ void SaveINIControllerSettings()
|
|||||||
StoreIni("Controller", "JoystickName", gSelectedJoystickName, 128);
|
StoreIni("Controller", "JoystickName", gSelectedJoystickName, 128);
|
||||||
#endif
|
#endif
|
||||||
StoreIni("Controller", "PadButtonsInited", ControlsManager.ms_padButtonsInited);
|
StoreIni("Controller", "PadButtonsInited", ControlsManager.ms_padButtonsInited);
|
||||||
|
#ifdef WIIU_CHANNEL
|
||||||
|
cfg.write_file("/vol/external01/wiiu/apps/re3/re3.ini");
|
||||||
|
#else
|
||||||
cfg.write_file("re3.ini");
|
cfg.write_file("re3.ini");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool LoadINISettings()
|
bool LoadINISettings()
|
||||||
|
Loading…
Reference in New Issue
Block a user