bump nca key generation values for fw 20.0.0
This commit is contained in:
@@ -41,6 +41,7 @@ enum KeyGeneration {
|
||||
KeyGeneration_1700 = 0x11,
|
||||
KeyGeneration_1800 = 0x12,
|
||||
KeyGeneration_1900 = 0x13,
|
||||
KeyGeneration_2000 = 0x14,
|
||||
KeyGeneration_Invalid = 0xFF,
|
||||
};
|
||||
|
||||
|
||||
@@ -172,6 +172,7 @@ auto GetKeyGenStr(u8 key_gen) -> const char* {
|
||||
case KeyGeneration_1700: return "17.0.0";
|
||||
case KeyGeneration_1800: return "18.0.0";
|
||||
case KeyGeneration_1900: return "19.0.0";
|
||||
case KeyGeneration_2000: return "20.0.0";
|
||||
}
|
||||
|
||||
return "Unknown";
|
||||
|
||||
Reference in New Issue
Block a user