From 85756eba00134e448a33fb62a6de0d564c24deb7 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Wed, 24 May 2017 01:34:17 +0200 Subject: [PATCH] Put NAND backup at the top of the HOME -> More... menu --- source/godmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/godmode.c b/source/godmode.c index 925f75b..e8618af 100644 --- a/source/godmode.c +++ b/source/godmode.c @@ -1209,12 +1209,12 @@ u32 HomeMoreMenu(char* current_path, DirStruct* current_dir, DirStruct* clipboar int hsrestore = ((CheckHealthAndSafetyInject("1:") == 0) || (CheckHealthAndSafetyInject("4:") == 0)) ? (int) ++n_opt : -1; int nandbak = ++n_opt; + if (nandbak > 0) optionstr[nandbak - 1] = "Backup NAND"; if (sdformat > 0) optionstr[sdformat - 1] = "SD format menu"; if (bonus > 0) optionstr[bonus - 1] = "Bonus drive setup"; if (multi > 0) optionstr[multi - 1] = "Switch EmuNAND"; if (bsupport > 0) optionstr[bsupport - 1] = "Build support files"; if (hsrestore > 0) optionstr[hsrestore - 1] = "Restore H&S"; - if (nandbak > 0) optionstr[nandbak - 1] = "Backup NAND"; int user_select = ShowSelectPrompt(n_opt, optionstr, promptstr); if (user_select == sdformat) { // format SD card