mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-25 06:12:40 +02:00
Clarified comments for appletLockExit.
This commit is contained in:
parent
52686826d1
commit
57ad3cc1d2
@ -65,7 +65,9 @@ Result appletBeginBlockingHomeButton(s64 val);
|
|||||||
Result appletEndBlockingHomeButton(void);
|
Result appletEndBlockingHomeButton(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Delay exiting until appletUnlockExit is called
|
* @brief Delay exiting until \ref appletUnlockExit is called.
|
||||||
|
* @note When exit is requested \ref appletMainLoop will return false, hence any main-loop using appletMainLoop will exit. This allows the app to handle cleanup post-main-loop instead of being force-terminated.
|
||||||
|
* @note \ref appletUnlockExit must be used before main() returns.
|
||||||
*/
|
*/
|
||||||
Result appletLockExit(void);
|
Result appletLockExit(void);
|
||||||
Result appletUnlockExit(void);
|
Result appletUnlockExit(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user