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
1 changed files with 1 additions and 1 deletions

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;