mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-12-23 18:31:56 +01:00
fix a syntax booboo which kept games from starting
This commit is contained in:
parent
b88018fff4
commit
77103f3af8
@ -1066,7 +1066,7 @@ int MenuDiscList()
|
|||||||
SDCard_Init();
|
SDCard_Init();
|
||||||
menu = MENU_DISCLIST;
|
menu = MENU_DISCLIST;
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
wiilight(0);
|
wiilight(0);
|
||||||
if(isInserted(bootDevice)) {
|
if(isInserted(bootDevice)) {
|
||||||
@ -1087,7 +1087,7 @@ int MenuDiscList()
|
|||||||
|
|
||||||
menu = MENU_EXIT;
|
menu = MENU_EXIT;
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
bool returnHere = true;// prompt to start game
|
bool returnHere = true;// prompt to start game
|
||||||
while (returnHere)
|
while (returnHere)
|
||||||
@ -1121,12 +1121,13 @@ int MenuDiscList()
|
|||||||
menu = MENU_DISCLIST;
|
menu = MENU_DISCLIST;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
wiilight(0);
|
wiilight(0);
|
||||||
returnHere = false;
|
returnHere = false;
|
||||||
menu = MENU_EXIT;
|
menu = MENU_EXIT;
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else if (choice == 2)
|
else if (choice == 2)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user