From 9ce1dce4400461311a17712628febd99b25ff335 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 21 Feb 2019 07:04:33 -0800 Subject: [PATCH] libstrat: revise shutdown helper name --- include/stratosphere/utilities.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stratosphere/utilities.hpp b/include/stratosphere/utilities.hpp index c2ec0006..6353f6c6 100644 --- a/include/stratosphere/utilities.hpp +++ b/include/stratosphere/utilities.hpp @@ -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 */