mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 09:49:21 +01:00
*If you choose Standard cIOS222 the gamesettings standard will be cIOS222 too.
This commit is contained in:
parent
1de9437e61
commit
9c478daf84
@ -3544,7 +3544,7 @@ static int MenuSettings()
|
|||||||
mainWindow->Append(&page2Btn);
|
mainWindow->Append(&page2Btn);
|
||||||
|
|
||||||
sprintf(options2.name[0], "Password");
|
sprintf(options2.name[0], "Password");
|
||||||
sprintf(options2.name[1], "Boot Loader in");
|
sprintf(options2.name[1], "Boot/Standard");
|
||||||
sprintf(options2.name[2], "Flip X");
|
sprintf(options2.name[2], "Flip X");
|
||||||
sprintf(options2.name[3], "Quick Boot");
|
sprintf(options2.name[3], "Quick Boot");
|
||||||
sprintf(options2.name[4], "Prompts & Buttons");
|
sprintf(options2.name[4], "Prompts & Buttons");
|
||||||
@ -3990,7 +3990,7 @@ int GameSettings(struct discHdr * header)
|
|||||||
languageChoice = Settings.language;
|
languageChoice = Settings.language;
|
||||||
ocarinaChoice = Settings.ocarina;
|
ocarinaChoice = Settings.ocarina;
|
||||||
viChoice = Settings.vpatch;
|
viChoice = Settings.vpatch;
|
||||||
if(Settings.ios == i222) {
|
if(Settings.cios == ios222) {
|
||||||
iosChoice = i222;
|
iosChoice = i222;
|
||||||
} else {
|
} else {
|
||||||
iosChoice = i249;
|
iosChoice = i249;
|
||||||
|
Loading…
Reference in New Issue
Block a user