From fadab1d5f365c11f0b4c33e74b0d297756f2f3f9 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 30 Apr 2018 23:24:31 -0400 Subject: ipc: Add support for PopIpcInterface() method. - This can be used for domain objects as inputs to service functions. --- src/core/hle/ipc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/ipc.h') diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h index a6602e12c..ef6595550 100644 --- a/src/core/hle/ipc.h +++ b/src/core/hle/ipc.h @@ -167,6 +167,7 @@ struct DomainMessageHeader { struct { union { BitField<0, 8, CommandType> command; + BitField<8, 8, u32_le> input_object_count; BitField<16, 16, u32_le> size; }; u32_le object_id; -- cgit v1.2.3