sm: implement UserService::DetachClient

This commit is contained in:
Michael Scire 2020-11-30 22:18:18 -08:00 committed by SciresM
parent 632c8984c8
commit 05832cec73
3 changed files with 7 additions and 0 deletions

View file

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