mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-23 12:22:08 +00:00
exo2: update configitem names to match wiki
This commit is contained in:
parent
81846fa5c3
commit
97ab282351
1 changed files with 17 additions and 17 deletions
|
@ -23,15 +23,15 @@ namespace ams::secmon::smc {
|
||||||
/* Standard config items. */
|
/* Standard config items. */
|
||||||
DisableProgramVerification = 1,
|
DisableProgramVerification = 1,
|
||||||
DramId = 2,
|
DramId = 2,
|
||||||
SecurityEngineIrqNumber = 3,
|
SecurityEngineInterruptNumber = 3,
|
||||||
FuseVersion = 4,
|
FuseVersion = 4,
|
||||||
HardwareType = 5,
|
HardwareType = 5,
|
||||||
IsRetail = 6,
|
HardwareState = 6,
|
||||||
IsRecoveryBoot = 7,
|
IsRecoveryBoot = 7,
|
||||||
DeviceId = 8,
|
DeviceId = 8,
|
||||||
BootReason = 9,
|
BootReason = 9,
|
||||||
MemoryMode = 10,
|
MemoryMode = 10,
|
||||||
IsDebugMode = 11,
|
IsDevelopmentFunctionEnabled = 11,
|
||||||
KernelConfiguration = 12,
|
KernelConfiguration = 12,
|
||||||
IsChargerHiZModeEnabled = 13,
|
IsChargerHiZModeEnabled = 13,
|
||||||
IsQuest = 14,
|
IsQuest = 14,
|
||||||
|
|
Loading…
Reference in a new issue