mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-30 23:12:13 +02:00
libstrat: revise shutdown helper name
This commit is contained in:
parent
1cad75081b
commit
9ce1dce440
@ -33,7 +33,7 @@ static inline void RebootToIramPayload() {
|
|||||||
svcCallSecureMonitor(&args);
|
svcCallSecureMonitor(&args);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void PerformShutdown() {
|
static inline void PerformShutdownSmc() {
|
||||||
SecmonArgs args = {0};
|
SecmonArgs args = {0};
|
||||||
args.X[0] = 0xC3000401; /* smcSetConfig */
|
args.X[0] = 0xC3000401; /* smcSetConfig */
|
||||||
args.X[1] = 65002; /* Exosphere shutdown */
|
args.X[1] = 65002; /* Exosphere shutdown */
|
||||||
|
Loading…
Reference in New Issue
Block a user