mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 22:42:40 +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);
|
||||
}
|
||||
|
||||
static inline void PerformShutdown() {
|
||||
static inline void PerformShutdownSmc() {
|
||||
SecmonArgs args = {0};
|
||||
args.X[0] = 0xC3000401; /* smcSetConfig */
|
||||
args.X[1] = 65002; /* Exosphere shutdown */
|
||||
|
Loading…
Reference in New Issue
Block a user