mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 08:19:22 +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.
|
* @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);
|
Result appletStartShutdownSequenceForOverlay(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Start the system-reboot sequence.
|
* @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);
|
Result appletStartRebootSequenceForOverlay(void);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user