mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 16:14:25 -04:00
fusee/exo: implement the usual changes for new firmware support
This commit is contained in:
parent
6d0bf70783
commit
c5d7ca5159
12 changed files with 45 additions and 14 deletions
|
@ -80,7 +80,7 @@ namespace ams::nxboot {
|
|||
}
|
||||
|
||||
/* Check that the key generation is one that we can use. */
|
||||
static_assert(pkg1::KeyGeneration_Count == 16);
|
||||
static_assert(pkg1::KeyGeneration_Count == 17);
|
||||
if (key_generation >= pkg1::KeyGeneration_Count) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue