1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00

fusee: fix boot support on < 7.x

This commit is contained in:
Michael Scire 2020-05-16 16:00:45 -07:00
parent 9baf096a10
commit 8052dd6249

View file

@ -182,8 +182,6 @@ void derive_new_device_keys(bool is_retail, unsigned int keygen_keyslot, unsigne
set_old_devkey(relative_revision, work_buffer);
}
}
set_aes_keyslot_flags(KEYSLOT_SWITCH_DEVICEKEY, 0xFF);
clear_aes_keyslot(keygen_keyslot);
}
void set_old_devkey(unsigned int revision, const uint8_t *key) {