exo: more fixes for 13.0.0

This commit is contained in:
Michael Scire 2021-09-15 16:28:31 -07:00 committed by SciresM
parent fedd684a1c
commit 23a1cee2e3
2 changed files with 2 additions and 2 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 == 12);
static_assert(pkg1::KeyGeneration_Count == 13);
if (key_generation >= pkg1::KeyGeneration_Count) {
return false;
}