add key dumping

This commit is contained in:
SuchMemeManySkill
2020-12-26 22:24:41 +01:00
parent ab5c5e799e
commit 07540b4651
13 changed files with 655 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <utils/types.h>
#include "../keys/keys.h"
enum {
LOC_None = 0,
@@ -30,10 +31,10 @@ typedef struct {
u16 heldExplorerCopyLoc:2;
u16 explorerCopyMode:2;
u16 currentMMCMounted:2;
u16 keysDumped:1;
};
u16 optionUnion;
};
// Add keys here
} TConf_t;
extern TConf_t TConf;