Skip to content

Commit

Permalink
Fix EmuNAND backup / restore
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Nov 24, 2015
1 parent 3f0970b commit 0c57be8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ MenuInfo menu[] =
{
"EmuNAND Options", 9,
{
{ "EmuNAND Backup", &DumpNand, 0, 0, 0 },
{ "EmuNAND Restore", &RestoreNand, 1, 0, 0 },
{ "Partition Dump...", NULL, 0, 0, SUBMENU_START + 1 },
{ "Partition Inject...", NULL, 1, 0, SUBMENU_START + 3 },
{ "File Dump...", NULL, 0, 0, SUBMENU_START + 5 },
{ "File Inject...", NULL, 1, 0, SUBMENU_START + 7 },
{ "Health&Safety Dump", &DumpHealthAndSafety, 0, 0, 0 },
{ "Health&Safety Inject", &InjectHealthAndSafety, 1, 0, 0 },
{ "EmuNAND Backup", &DumpNand, 0, 1, 0 },
{ "EmuNAND Restore", &RestoreNand, 1, 1, 0 },
{ "Partition Dump...", NULL, 0, 1, SUBMENU_START + 1 },
{ "Partition Inject...", NULL, 1, 1, SUBMENU_START + 3 },
{ "File Dump...", NULL, 0, 1, SUBMENU_START + 5 },
{ "File Inject...", NULL, 1, 1, SUBMENU_START + 7 },
{ "Health&Safety Dump", &DumpHealthAndSafety, 0, 1, 0 },
{ "Health&Safety Inject", &InjectHealthAndSafety, 1, 1, 0 },
{ "Update SeedDB", &UpdateSeedDb, 0, 1, 0 }
}
},
Expand Down

0 comments on commit 0c57be8

Please sign in to comment.