libstrat: revise shutdown helper name

This commit is contained in:
Michael Scire 2019-02-21 07:04:33 -08:00
parent 1cad75081b
commit 9ce1dce440

View File

@ -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 */