Fixed docs.

This commit is contained in:
yellows8 2019-08-08 13:39:07 -04:00
parent f9ccfb79d2
commit 15b3181c93
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

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