summaryrefslogtreecommitdiffstats
path: root/src/core/hle/ipc_helpers.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-05-11 21:27:43 +0200
committerbunnei <bunneidev@gmail.com>2021-05-11 21:27:43 +0200
commit12d569e483834c74613a744abee7f277cc3d4e16 (patch)
tree663ca7c22302b96d2984d273ec487b1cf0e8db65 /src/core/hle/ipc_helpers.h
parentWORKAROUND: temp. disable session resource limits while we work out issues (diff)
downloadyuzu-12d569e483834c74613a744abee7f277cc3d4e16.tar
yuzu-12d569e483834c74613a744abee7f277cc3d4e16.tar.gz
yuzu-12d569e483834c74613a744abee7f277cc3d4e16.tar.bz2
yuzu-12d569e483834c74613a744abee7f277cc3d4e16.tar.lz
yuzu-12d569e483834c74613a744abee7f277cc3d4e16.tar.xz
yuzu-12d569e483834c74613a744abee7f277cc3d4e16.tar.zst
yuzu-12d569e483834c74613a744abee7f277cc3d4e16.zip
Diffstat (limited to 'src/core/hle/ipc_helpers.h')
-rw-r--r--src/core/hle/ipc_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/ipc_helpers.h b/src/core/hle/ipc_helpers.h
index f235153c3..5fed3dbf5 100644
--- a/src/core/hle/ipc_helpers.h
+++ b/src/core/hle/ipc_helpers.h
@@ -108,6 +108,7 @@ public:
header.type.Assign(ctx.GetCommandType());
}
+ ctx.data_size = static_cast<u32>(raw_data_size);
header.data_size.Assign(static_cast<u32>(raw_data_size));
if (num_handles_to_copy || num_handles_to_move) {
header.enable_handle_descriptor.Assign(1);