fusee/exo/ams: update with new keydata/version enums

This commit is contained in:
Michael Scire
2024-10-08 11:50:32 -07:00
committed by SciresM
parent 10c7a39528
commit c4a5d4db09
12 changed files with 48 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ namespace ams::pkg2 {
constexpr inline int PayloadCount = 3;
constexpr inline int MinimumValidDataVersion = 0; /* We allow older package2 to load; this value is currently 0x18 in Nintendo's code. */
constexpr inline int CurrentBootloaderVersion = 0x15;
constexpr inline int CurrentBootloaderVersion = 0x16;
struct Package2Meta {
using Magic = util::FourCC<'P','K','2','1'>;