mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-07 07:59:27 +02:00
exo: fix up new titlekey option extents
This commit is contained in:
parent
c03e15df71
commit
0099f8dd22
@ -33,7 +33,7 @@ namespace ams::secmon::smc {
|
|||||||
struct PrepareEsDeviceUniqueKeyOption {
|
struct PrepareEsDeviceUniqueKeyOption {
|
||||||
using KeyGeneration = util::BitPack32::Field<0, 6, int>;
|
using KeyGeneration = util::BitPack32::Field<0, 6, int>;
|
||||||
using Type = util::BitPack32::Field<6, 2, EsCommonKeyType>;
|
using Type = util::BitPack32::Field<6, 2, EsCommonKeyType>;
|
||||||
using Reserved = util::BitPack32::Field<8, 25, u32>;
|
using Reserved = util::BitPack32::Field<8, 24, u32>;
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr const u8 ModularExponentiateByStorageKeyTable[] = {
|
constexpr const u8 ModularExponentiateByStorageKeyTable[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user