mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-05 16:09:24 +02:00
Fixed docs.
This commit is contained in:
parent
f9ccfb79d2
commit
15b3181c93
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user