Modified comment for appletBeginBlockingHomeButton()

This commit is contained in:
Rasmus Moorats 2018-09-07 22:48:31 +03:00
parent 8d7aefb130
commit dea1a161cb

View File

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