Hacker voice: *i'm in* (to the emmc)

This commit is contained in:
SuchMemeManySkill
2020-12-26 23:41:25 +01:00
parent 07540b4651
commit 831adc0080
8 changed files with 116 additions and 17 deletions

View File

@@ -51,6 +51,7 @@
#include <soc/pmc.h>
#include "keys/keys.h"
#include "keys/keyfile.h"
#include "storage/mountmanager.h"
hekate_config h_cfg;
@@ -297,6 +298,9 @@ void ipl_main()
if (res > 0)
DrawError(newErrCode(TE_ERR_KEYDUMP_FAIL));
if (TConf.keysDumped)
SetKeySlots();
if (res == 0)
hidWait();
EnterMainMenu();