fusee: bump package2 check

This commit is contained in:
Michael Scire 2021-09-15 16:31:02 -07:00 committed by SciresM
parent 23a1cee2e3
commit 385f00c375

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 == 12);
static_assert(pkg1::KeyGeneration_Count == 13);
if (key_generation >= pkg1::KeyGeneration_Count) {
return false;
}