fusee: add support for 10.0.0

This commit is contained in:
Michael Scire
2020-04-13 23:35:52 -07:00
parent aa4c79cd9c
commit 15c929a0e4
4 changed files with 8 additions and 3 deletions

View File

@@ -160,6 +160,7 @@ int derive_nx_keydata(uint32_t target_firmware, const nx_keyblob_t *keyblobs, ui
desired_keyblob = MASTERKEY_REVISION_900;
/* Fallthrough */
case ATMOSPHERE_TARGET_FIRMWARE_910:
case ATMOSPHERE_TARGET_FIRMWARE_1000:
desired_keyblob = MASTERKEY_REVISION_910_CURRENT;
break;
default: