mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
fusee/exo: correct device key management for newer consoles (closes #1053)
This commit is contained in:
parent
2993c11865
commit
1e0ca0e9cc
@ -45,8 +45,9 @@ namespace ams::pkg1 {
|
||||
AesKeySlot_SecureBoot = 14,
|
||||
AesKeySlot_SecureStorage = 15,
|
||||
|
||||
AesKeySlot_DeviceMasterKeySourceKekErista = 10,
|
||||
AesKeySlot_MasterKek = 13,
|
||||
AesKeySlot_DeviceMasterKeySourceKek = 14,
|
||||
AesKeySlot_DeviceMasterKeySourceKekMariko = 14,
|
||||
};
|
||||
|
||||
enum RsaKeySlot {
|
||||
|
Loading…
Reference in New Issue
Block a user