kern: implement SvcCloseHandle

This commit is contained in:
Michael Scire
2020-07-09 15:25:01 -07:00
parent 7400a8ff68
commit d0d8914f28
6 changed files with 31 additions and 3 deletions

View File

@@ -21,6 +21,9 @@ namespace ams::kern {
MESOSPHERE_ASSERT_THIS();
/* Increment reference count. */
/* Because reference count is one on creation, this will result */
/* in a reference count of two. Thus, when both server and client are closed */
/* this object will be destroyed. */
this->Open();
/* Create our sub sessions. */