mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 06:25:20 -04:00
sm: implement UserService::DetachClient
This commit is contained in:
parent
632c8984c8
commit
05832cec73
3 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,7 @@ namespace ams::sm {
|
|||
Result GetServiceHandle(sf::OutMoveHandle out_h, ServiceName service);
|
||||
Result RegisterService(sf::OutMoveHandle out_h, ServiceName service, u32 max_sessions, bool is_light);
|
||||
Result UnregisterService(ServiceName service);
|
||||
Result DetachClient(const sf::ClientProcessId &client_process_id);
|
||||
|
||||
/* Atmosphere commands. */
|
||||
Result AtmosphereInstallMitm(sf::OutMoveHandle srv_h, sf::OutMoveHandle qry_h, ServiceName service);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue