1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-18 21:13:25 +01:00

Y'know, I'm busy with New Year's preparations.

This commit is contained in:
Pablo Curiel 2023-12-31 18:45:25 +01:00
parent 35c8203349
commit 7a9b2e9cbc

View file

@ -1342,7 +1342,7 @@ int main(int argc, char *argv[])
break;
}
if ((cur_menu->id == MenuId_NcaFsSectionsSubMenu && cur_menu->selected != 1) || cur_menu->id == MenuId_BrowseHFS)
if ((cur_menu->id == MenuId_NcaFsSectionsSubMenu && cur_menu->selected == 1) || cur_menu->id == MenuId_BrowseHFS)
{
show_button_prompt = false;