keys: Improve readability, read keyblobs at once
This commit is contained in:
parent
49dfca45a5
commit
c4172d77e1
5 changed files with 97 additions and 80 deletions
source/hos
|
@ -33,6 +33,10 @@
|
|||
#define FS_SD_NCA_KEY_SOURCE 11
|
||||
#define FS_SD_SAVE_KEY_SOURCE 12
|
||||
|
||||
#define PKG1_MAX_SIZE 0x40000
|
||||
#define PKG1_OFFSET 0x100000
|
||||
#define KEYBLOB_OFFSET 0x180000
|
||||
|
||||
typedef struct _key_info_t
|
||||
{
|
||||
u32 start_offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue