Implement hacky solution to launch firmwaredumper

// i swear this shit hates me
This commit is contained in:
Such Meme, Many Skill
2019-08-21 00:12:26 +02:00
parent d4eb56a35f
commit 0c4be1f917
2 changed files with 9 additions and 20 deletions

View File

@@ -91,7 +91,7 @@ void meme_main(){
break;
case 3:
ret = messagebox("\nThis will dump your firmware to your sd!\nThis might take a while\n\nVol-/+ to cancel\nPower to continue...");
if (ret == 0) wtf(itemsinfolder, muhbits);
if (ret == 0 && sd_mounted) sdexplorer(itemsinfolder, muhbits, "DumpFirmware");
break;
}
}