Skip to content

Commit

Permalink
Fix translations of vWii section after reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU committed Oct 30, 2022
1 parent 2d70952 commit b98ec53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1055,9 +1055,9 @@ int main() {
} else if (input.get(TRIGGER, PAD_BUTTON_X) && menu == mainMenu) {
configMenu();
sortn = {gettext("None"), gettext("Name"), gettext("Storage"), gettext("Storage+Name")};
wiiutitles = loadWiiUTitles(1);
unloadTitles(wiititles, vWiiTitlesCount);
vWiiTitlesCount = 0;
wiititles = loadWiiTitles();
sortTitle(wiiutitles, wiiutitles + wiiuTitlesCount, tsort, sortAscending);
sortTitle(wiititles, wiititles + vWiiTitlesCount, tsort, sortAscending);
}
}
Expand Down

0 comments on commit b98ec53

Please sign in to comment.