mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 08:47:45 +00:00
hle: service: Implement IPC::CommandType::Close.
- This was not actually closing sessions before.
This commit is contained in:
parent
e9d3612085
commit
80d920e464
3 changed files with 15 additions and 11 deletions
|
@ -71,7 +71,8 @@ public:
|
|||
Kernel::KClientPort& CreatePort(Kernel::KernelCore& kernel);
|
||||
|
||||
/// Handles a synchronization request for the service.
|
||||
ResultCode HandleSyncRequest(Kernel::HLERequestContext& context) override;
|
||||
ResultCode HandleSyncRequest(Kernel::KServerSession& session,
|
||||
Kernel::HLERequestContext& context) override;
|
||||
|
||||
protected:
|
||||
/// Member-function pointer type of SyncRequest handlers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue