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);