mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 18:12:14 +02:00
sm: note DetachClient availability
This commit is contained in:
parent
bf1ff93e45
commit
8f25838296
@ -127,6 +127,7 @@ Result smUnregisterService(SmServiceName name);
|
|||||||
/**
|
/**
|
||||||
* @brief Detaches the current SM session.
|
* @brief Detaches the current SM session.
|
||||||
* @note After this function is called, the rest of the SM API cannot be used.
|
* @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);
|
Result smDetachClient(void);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user