mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 05:55:16 -04:00
exo/fusee: add support for new master key
This commit is contained in:
parent
6c41e105c4
commit
46f4896992
6 changed files with 38 additions and 8 deletions
|
@ -50,6 +50,7 @@ static bool is_user_keyslot_valid(unsigned int keyslot) {
|
|||
return keyslot <= 3;
|
||||
case ATMOSPHERE_TARGET_FIRMWARE_600:
|
||||
case ATMOSPHERE_TARGET_FIRMWARE_620:
|
||||
case ATMOSPHERE_TARGET_FIRMWARE_700:
|
||||
default:
|
||||
return keyslot <= 5;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue