From 15b3181c934703dfcaf5892a16f913180b81e52e Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 8 Aug 2019 13:39:07 -0400 Subject: [PATCH] Fixed docs. --- nx/include/switch/services/applet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/include/switch/services/applet.h b/nx/include/switch/services/applet.h index f72c37d9..58485056 100644 --- a/nx/include/switch/services/applet.h +++ b/nx/include/switch/services/applet.h @@ -1422,13 +1422,13 @@ Result appletSetScreenShotPermissionGlobally(bool flag); /** * @brief Start the system-shutdown sequence. - * @note Only available with AppletType_SystemApplet on [6.0.0+]. + * @note Only available with AppletType_OverlayApplet on [6.0.0+]. */ Result appletStartShutdownSequenceForOverlay(void); /** * @brief Start the system-reboot sequence. - * @note Only available with AppletType_SystemApplet on [6.0.0+]. + * @note Only available with AppletType_OverlayApplet on [6.0.0+]. */ Result appletStartRebootSequenceForOverlay(void);