mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
change to menu=MENU_CHECK after alt dol fails. this takes longer but is needed for crappy drives that don't work right with the regular init function.
This commit is contained in:
parent
68a24d0784
commit
2f3c679f0f
@ -1066,7 +1066,7 @@ int MenuDiscList()
|
||||
sprintf(nipple, "%s %s",nipple,tr("does not exist! You Messed something up, Idiot."));
|
||||
WindowPrompt(tr("Error"),nipple,tr("OK"),NULL,NULL,NULL);
|
||||
|
||||
menu = MENU_DISCLIST;
|
||||
menu = MENU_CHECK;
|
||||
wiilight(0);
|
||||
break;
|
||||
}
|
||||
@ -1123,7 +1123,7 @@ int MenuDiscList()
|
||||
sprintf(nipple, "%s %s",nipple,tr("does not exist! You Messed something up, Idiot."));
|
||||
WindowPrompt(tr("Error"),nipple,tr("OK"),NULL,NULL,NULL);
|
||||
|
||||
menu = MENU_DISCLIST;
|
||||
menu = MENU_CHECK;
|
||||
wiilight(0);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user