mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-22 18:26:39 +00:00
Y'know, I'm busy with New Year's preparations.
This commit is contained in:
parent
35c8203349
commit
7a9b2e9cbc
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ int main(int argc, char *argv[])
|
||||||
break;
|
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;
|
show_button_prompt = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue