exo/fusee: add support for new master key

This commit is contained in:
Michael Scire 2019-01-30 22:37:26 -08:00
parent 6c41e105c4
commit 46f4896992
6 changed files with 38 additions and 8 deletions

View file

@ -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;
}