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

This commit is contained in:
Michael Scire 2025-04-29 22:14:01 -07:00 committed by SciresM
parent 6125f40bdb
commit ef5334c3ca
13 changed files with 50 additions and 13 deletions

View file

@ -80,7 +80,7 @@ namespace ams::nxboot {
}
/* Check that the key generation is one that we can use. */
static_assert(pkg1::KeyGeneration_Count == 19);
static_assert(pkg1::KeyGeneration_Count == 20);
if (key_generation >= pkg1::KeyGeneration_Count) {
return false;
}