exo: update for 12.1.0

This commit is contained in:
Michael Scire
2021-07-06 06:55:59 -07:00
parent 2088c5a34a
commit 3eb76fcd16
5 changed files with 51 additions and 42 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 == 11);
static_assert(pkg1::KeyGeneration_Count == 12);
if (key_generation >= pkg1::KeyGeneration_Count) {
return false;
}