1
0
Fork 0
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:
Pablo Curiel 2021-01-31 05:21:50 -04:00
parent 88793eceea
commit ed2061ae3e

View file

@ -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 {