mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-22 03:22:39 +02:00
exo: update for 12.1.0
This commit is contained in:
parent
2a98931260
commit
f3f7567066
@ -31,6 +31,7 @@ namespace ams::pkg1 {
|
|||||||
KeyGeneration_8_1_0 = 0x08,
|
KeyGeneration_8_1_0 = 0x08,
|
||||||
KeyGeneration_9_0_0 = 0x09,
|
KeyGeneration_9_0_0 = 0x09,
|
||||||
KeyGeneration_9_1_0 = 0x0A,
|
KeyGeneration_9_1_0 = 0x0A,
|
||||||
|
KeyGeneration_12_1_0 = 0x0B,
|
||||||
|
|
||||||
KeyGeneration_Count,
|
KeyGeneration_Count,
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ namespace ams::pkg2 {
|
|||||||
|
|
||||||
constexpr inline int PayloadCount = 3;
|
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;
|
constexpr inline int CurrentBootloaderVersion = 0xF;
|
||||||
|
|
||||||
struct Package2Meta {
|
struct Package2Meta {
|
||||||
|
Loading…
Reference in New Issue
Block a user