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

This commit is contained in:
Michael Scire 2024-03-27 18:48:49 -07:00 committed by SciresM
parent 9701d5b2ab
commit 1f37fbed1d
13 changed files with 49 additions and 14 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 == 17);
static_assert(pkg1::KeyGeneration_Count == 18);
if (key_generation >= pkg1::KeyGeneration_Count) {
return false;
}