mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-26 05:04:16 +01:00
fix issue 903
This commit is contained in:
parent
90b08e9af8
commit
75a4d33e4f
@ -1354,6 +1354,9 @@ int MenuDiscList() {
|
|||||||
|
|
||||||
else if (choice == 3) { //WBFS renaming
|
else if (choice == 3) { //WBFS renaming
|
||||||
wiilight(0);
|
wiilight(0);
|
||||||
|
//re-evaluate header now in case they changed games while on the game prompt
|
||||||
|
header = &gameList[gameSelected];
|
||||||
|
|
||||||
//enter new game title
|
//enter new game title
|
||||||
char entered[60];
|
char entered[60];
|
||||||
snprintf(entered, sizeof(entered), "%s", get_title(header));
|
snprintf(entered, sizeof(entered), "%s", get_title(header));
|
||||||
|
Loading…
Reference in New Issue
Block a user