From 3597650f221036deb382d4e8812e717014619eee Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 31 Oct 2017 19:30:05 -0400 Subject: service: Return proper result code for IPC::CommandType::Close. --- src/core/hle/kernel/hle_ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/kernel/hle_ipc.h') diff --git a/src/core/hle/kernel/hle_ipc.h b/src/core/hle/kernel/hle_ipc.h index b58e57b14..bf8cfc2a3 100644 --- a/src/core/hle/kernel/hle_ipc.h +++ b/src/core/hle/kernel/hle_ipc.h @@ -40,7 +40,7 @@ public: * this request (ServerSession, Originator thread, Translated command buffer, etc). * @returns ResultCode the result code of the translate operation. */ - virtual void HandleSyncRequest(SharedPtr server_session) = 0; + virtual ResultCode HandleSyncRequest(SharedPtr server_session) = 0; /** * Signals that a client has just connected to this HLE handler and keeps the -- cgit v1.2.3