mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-22 18:26:39 +00:00
Update nca.h
This commit is contained in:
parent
88793eceea
commit
ed2061ae3e
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ typedef enum {
|
|||
NcaKeyGeneration_700_801 = 8,
|
||||
NcaKeyGeneration_810_811 = 9,
|
||||
NcaKeyGeneration_900_901 = 10,
|
||||
NcaKeyGeneration_910_1100 = 11,
|
||||
NcaKeyGeneration_Current = NcaKeyGeneration_910_1100
|
||||
NcaKeyGeneration_910_1101 = 11,
|
||||
NcaKeyGeneration_Current = NcaKeyGeneration_910_1101
|
||||
} NcaKeyGeneration;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue