From dea1a161cb64de61f2ed3029b72b20c4f615a0f4 Mon Sep 17 00:00:00 2001 From: Rasmus Moorats Date: Fri, 7 Sep 2018 22:48:31 +0300 Subject: [PATCH] Modified comment for appletBeginBlockingHomeButton() --- nx/include/switch/services/applet.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nx/include/switch/services/applet.h b/nx/include/switch/services/applet.h index ea5fd492..db3972e4 100644 --- a/nx/include/switch/services/applet.h +++ b/nx/include/switch/services/applet.h @@ -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);