From fc9219378944e49019cbf45504f18b8caddc8b6a Mon Sep 17 00:00:00 2001 From: Rasmus Moorats Date: Sat, 8 Sep 2018 00:32:04 +0300 Subject: [PATCH] Modified comment for appletBeginBlockingHomeButton() --- nx/include/switch/services/applet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/applet.h b/nx/include/switch/services/applet.h index db3972e4..74cf69fb 100644 --- a/nx/include/switch/services/applet.h +++ b/nx/include/switch/services/applet.h @@ -55,7 +55,7 @@ Result appletGetDesiredLanguage(u64 *LanguageCode); /** * @brief Blocks the usage of the home button. - * @param val Unknown nanoseconds. Officially, only 0 is used. + * @param val Unknown nanoseconds. Value 0 can be used. * @note Can only be used in regularapps. */ Result appletBeginBlockingHomeButton(s64 val);