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