mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 00:01: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);
|
||||
#endif
|
||||
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");
|
||||
#endif
|
||||
}
|
||||
|
||||
bool LoadINISettings()
|
||||
|
Loading…
Reference in New Issue
Block a user