summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/hle_ipc.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-05-11 01:16:36 +0200
committerbunnei <bunneidev@gmail.com>2021-05-11 05:34:38 +0200
commit913971417e0732ef813c57c532f9e221641cee9d (patch)
tree84690eb78026b8633dda684f51bb37f210bc492a /src/core/hle/kernel/hle_ipc.h
parenthle: service: sm: GetService: Reserve session resource when we create a KSession. (diff)
downloadyuzu-913971417e0732ef813c57c532f9e221641cee9d.tar
yuzu-913971417e0732ef813c57c532f9e221641cee9d.tar.gz
yuzu-913971417e0732ef813c57c532f9e221641cee9d.tar.bz2
yuzu-913971417e0732ef813c57c532f9e221641cee9d.tar.lz
yuzu-913971417e0732ef813c57c532f9e221641cee9d.tar.xz
yuzu-913971417e0732ef813c57c532f9e221641cee9d.tar.zst
yuzu-913971417e0732ef813c57c532f9e221641cee9d.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/hle_ipc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/kernel/hle_ipc.h b/src/core/hle/kernel/hle_ipc.h
index 07360629e..3e66e5542 100644
--- a/src/core/hle/kernel/hle_ipc.h
+++ b/src/core/hle/kernel/hle_ipc.h
@@ -66,7 +66,8 @@ public:
* this request (ServerSession, Originator thread, Translated command buffer, etc).
* @returns ResultCode the result code of the translate operation.
*/
- virtual ResultCode HandleSyncRequest(Kernel::HLERequestContext& context) = 0;
+ virtual ResultCode HandleSyncRequest(Kernel::KServerSession& session,
+ Kernel::HLERequestContext& context) = 0;
/**
* Signals that a client has just connected to this HLE handler and keeps the