Reorder BIS menu options
This commit is contained in:
@@ -55,8 +55,7 @@ enum mainmenu_tools_return {
|
||||
TOOLS_DISPLAY_GPIO,
|
||||
TOOLS_DUMPFIRMWARE,
|
||||
TOOLS_DUMPUSERSAVE,
|
||||
TOOLS_DUMP_BOOT,
|
||||
TOOLS_RESTORE_BOOT
|
||||
TOOLS_DUMP_BOOT
|
||||
};
|
||||
|
||||
extern menu_entry mainmenu_tools[];
|
||||
|
||||
@@ -31,8 +31,7 @@ menu_entry mainmenu_tools[] = {
|
||||
{"Display GPIO pins", COLOR_VIOLET, ISMENU},
|
||||
{"Dump Firmware", COLOR_BLUE, ISMENU},
|
||||
{"Dump User Saves", COLOR_YELLOW, ISMENU},
|
||||
{"[DEBUG] Dump bis", COLOR_RED, ISMENU},
|
||||
{"[DEBUG] Restore bis", COLOR_RED, ISMENU}
|
||||
{"Dump bis", COLOR_ORANGE, ISMENU}
|
||||
};
|
||||
|
||||
menu_entry mainmenu_format[] = {
|
||||
@@ -58,7 +57,7 @@ menu_entry fs_menu_file[] = {
|
||||
{"Launch Payload", COLOR_ORANGE, ISMENU},
|
||||
{"Launch Script", COLOR_YELLOW, ISMENU},
|
||||
{"View Hex", COLOR_GREEN, ISMENU},
|
||||
{"Extract BIS", COLOR_RED, ISMENU},
|
||||
{"\nExtract BIS", COLOR_YELLOW, ISMENU},
|
||||
{"Restore BIS", COLOR_RED, ISMENU}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user