kern: implement SvcAcceptSession

This commit is contained in:
Michael Scire 2020-07-09 17:49:33 -07:00
parent f52232f0f2
commit 78da7422ae
4 changed files with 67 additions and 3 deletions

View file

@ -43,7 +43,7 @@ namespace ams::kern {
this->process->Open();
/* Set our port. */
this->port = port;
this->port = client_port;
if (this->port != nullptr) {
this->port->Open();
}