mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +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
|
||||
wiilight(0);
|
||||
//re-evaluate header now in case they changed games while on the game prompt
|
||||
header = &gameList[gameSelected];
|
||||
|
||||
//enter new game title
|
||||
char entered[60];
|
||||
snprintf(entered, sizeof(entered), "%s", get_title(header));
|
||||
|
Loading…
Reference in New Issue
Block a user