mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
fusee: fix boot support on < 7.x
This commit is contained in:
parent
9baf096a10
commit
8052dd6249
1 changed files with 0 additions and 2 deletions
|
@ -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_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) {
|
void set_old_devkey(unsigned int revision, const uint8_t *key) {
|
||||||
|
|
Loading…
Reference in a new issue