From 7a9b2e9cbcd5566f13fb0a11b2c3937815fabea9 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sun, 31 Dec 2023 18:45:25 +0100 Subject: [PATCH] Y'know, I'm busy with New Year's preparations. --- code_templates/nxdt_rw_poc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_templates/nxdt_rw_poc.c b/code_templates/nxdt_rw_poc.c index 21270da..d8b5ed3 100644 --- a/code_templates/nxdt_rw_poc.c +++ b/code_templates/nxdt_rw_poc.c @@ -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;