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

@ -176,6 +176,7 @@ void set_version_specific_smcs(void) {
case ATMOSPHERE_TARGET_FIRMWARE_500:
case ATMOSPHERE_TARGET_FIRMWARE_600:
case ATMOSPHERE_TARGET_FIRMWARE_620:
case ATMOSPHERE_TARGET_FIRMWARE_700:
/* No more LoadSecureExpModKey. */
g_smc_user_table[0xE].handler = NULL;
g_smc_user_table[0xC].id = 0xC300D60C;