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

This commit is contained in:
Alula
2026-03-17 10:29:45 +01:00
parent 6b831406d6
commit 9cc82c6f80
13 changed files with 51 additions and 17 deletions

View File

@@ -94,7 +94,7 @@ namespace ams::secmon::boot {
}
/* Check that the key generation is one that we can use. */
static_assert(pkg1::KeyGeneration_Count == 21);
static_assert(pkg1::KeyGeneration_Count == 22);
if (key_generation >= pkg1::KeyGeneration_Count) {
return false;
}