*If you choose Standard cIOS222 the gamesettings standard will be cIOS222 too.

This commit is contained in:
dimok321 2009-05-06 11:23:10 +00:00
parent 1de9437e61
commit 9c478daf84

View File

@ -3544,7 +3544,7 @@ static int MenuSettings()
mainWindow->Append(&page2Btn);
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[3], "Quick Boot");
sprintf(options2.name[4], "Prompts & Buttons");
@ -3990,7 +3990,7 @@ int GameSettings(struct discHdr * header)
languageChoice = Settings.language;
ocarinaChoice = Settings.ocarina;
viChoice = Settings.vpatch;
if(Settings.ios == i222) {
if(Settings.cios == ios222) {
iosChoice = i222;
} else {
iosChoice = i249;