mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 11:22:15 +02:00
Modified comment for appletBeginBlockingHomeButton()
This commit is contained in:
parent
8d7aefb130
commit
dea1a161cb
@ -53,6 +53,11 @@ Result appletCreateManagedDisplayLayer(u64 *out);
|
||||
|
||||
Result appletGetDesiredLanguage(u64 *LanguageCode);
|
||||
|
||||
/**
|
||||
* @brief Blocks the usage of the home button.
|
||||
* @param val Unknown nanoseconds. Officially, only 0 is used.
|
||||
* @note Can only be used in regularapps.
|
||||
*/
|
||||
Result appletBeginBlockingHomeButton(s64 val);
|
||||
|
||||
Result appletEndBlockingHomeButton(void);
|
||||
|
Loading…
Reference in New Issue
Block a user