mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 08:45:45 +00:00
hle: kernel: hle_ipc: Fix outgoing IPC response size calculation.
This commit is contained in:
parent
627eaf8c0e
commit
006a51c86b
3 changed files with 15 additions and 1 deletions
|
@ -308,6 +308,7 @@ private:
|
|||
u32 data_payload_offset{};
|
||||
u32 handles_offset{};
|
||||
u32 domain_offset{};
|
||||
u32 data_size{};
|
||||
u32_le command{};
|
||||
|
||||
std::vector<std::shared_ptr<SessionRequestHandler>> domain_request_handlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue