diff --git a/libexosphere/include/exosphere/pkg1/pkg1_key_generation.hpp b/libexosphere/include/exosphere/pkg1/pkg1_key_generation.hpp index 5e58876f..dc421609 100644 --- a/libexosphere/include/exosphere/pkg1/pkg1_key_generation.hpp +++ b/libexosphere/include/exosphere/pkg1/pkg1_key_generation.hpp @@ -20,17 +20,18 @@ namespace ams::pkg1 { enum KeyGeneration : int { - KeyGeneration_1_0_0 = 0x00, - KeyGeneration_3_0_0 = 0x01, - KeyGeneration_3_0_1 = 0x02, - KeyGeneration_4_0_0 = 0x03, - KeyGeneration_5_0_0 = 0x04, - KeyGeneration_6_0_0 = 0x05, - KeyGeneration_6_2_0 = 0x06, - KeyGeneration_7_0_0 = 0x07, - KeyGeneration_8_1_0 = 0x08, - KeyGeneration_9_0_0 = 0x09, - KeyGeneration_9_1_0 = 0x0A, + KeyGeneration_1_0_0 = 0x00, + KeyGeneration_3_0_0 = 0x01, + KeyGeneration_3_0_1 = 0x02, + KeyGeneration_4_0_0 = 0x03, + KeyGeneration_5_0_0 = 0x04, + KeyGeneration_6_0_0 = 0x05, + KeyGeneration_6_2_0 = 0x06, + KeyGeneration_7_0_0 = 0x07, + KeyGeneration_8_1_0 = 0x08, + KeyGeneration_9_0_0 = 0x09, + KeyGeneration_9_1_0 = 0x0A, + KeyGeneration_12_1_0 = 0x0B, KeyGeneration_Count, diff --git a/libexosphere/include/exosphere/pkg2.hpp b/libexosphere/include/exosphere/pkg2.hpp index 5b6f26aa..150160c9 100644 --- a/libexosphere/include/exosphere/pkg2.hpp +++ b/libexosphere/include/exosphere/pkg2.hpp @@ -23,7 +23,7 @@ namespace ams::pkg2 { constexpr inline int PayloadCount = 3; - constexpr inline int MinimumValidDataVersion = 0; /* We allow older package2 to load; this value is currently 0x11 in Nintendo's code. */ + constexpr inline int MinimumValidDataVersion = 0; /* We allow older package2 to load; this value is currently 0x13 in Nintendo's code. */ constexpr inline int CurrentBootloaderVersion = 0xF; struct Package2Meta {