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

This commit is contained in:
Michael Scire
2025-11-10 22:32:02 -07:00
committed by SciresM
parent c8e39a54d2
commit 18bb1fdea0
13 changed files with 50 additions and 16 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 == 20);
static_assert(pkg1::KeyGeneration_Count == 21);
if (key_generation >= pkg1::KeyGeneration_Count) {
return false;
}