diff --git a/nx/include/switch/services/sm.h b/nx/include/switch/services/sm.h index b2bddbb9..0b037d43 100644 --- a/nx/include/switch/services/sm.h +++ b/nx/include/switch/services/sm.h @@ -127,6 +127,7 @@ Result smUnregisterService(SmServiceName name); /** * @brief Detaches the current SM session. * @note After this function is called, the rest of the SM API cannot be used. + * @note Only available on [11.0.0+]. */ Result smDetachClient(void);