mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 15:44:23 -04:00
fusee/exo: implement the usual changes for new firmware support
This commit is contained in:
parent
7d9fea01c3
commit
e85a512cf4
9 changed files with 37 additions and 10 deletions
|
@ -94,7 +94,7 @@ namespace ams::secmon::boot {
|
|||
}
|
||||
|
||||
/* Check that the key generation is one that we can use. */
|
||||
static_assert(pkg1::KeyGeneration_Count == 15);
|
||||
static_assert(pkg1::KeyGeneration_Count == 16);
|
||||
if (key_generation >= pkg1::KeyGeneration_Count) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue