fix issue 903

This commit is contained in:
giantpune 2009-09-17 14:23:02 +00:00
parent 90b08e9af8
commit 75a4d33e4f

View File

@ -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));