aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx.HLE/HOS/Ipc/IpcHandler.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.HLE/HOS/Ipc/IpcHandler.cs b/Ryujinx.HLE/HOS/Ipc/IpcHandler.cs
index 50ab3d10..beb7878f 100644
--- a/Ryujinx.HLE/HOS/Ipc/IpcHandler.cs
+++ b/Ryujinx.HLE/HOS/Ipc/IpcHandler.cs
@@ -96,6 +96,7 @@ namespace Ryujinx.HLE.HOS.Ipc
else if (request.Type == IpcMessageType.CloseSession)
{
// TODO
+ return KernelResult.PortRemoteClosed;
}
else
{