Include a (bad) method to dump with .cnmt.nca

This commit is contained in:
SuchMemeManySkill
2020-07-14 17:38:56 +02:00
parent 81cf8c201c
commit b42b52eb43
11 changed files with 204 additions and 63 deletions

View File

@@ -60,7 +60,10 @@ void MainMenu_Tools(){
displaygpio();
break;
case TOOLS_DUMPFIRMWARE:
dumpfirmware(SYSMMC);
res = menu_make(fwDump_typeMenu, 4, "-- Fw Type --");
if (res >= 2)
dumpfirmware(SYSMMC, (res == 2));
break;
}
}