mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 20:38:01 -05:00
hle: kernel: hle_ipc: Fix outgoing IPC response size calculation.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user