summaryrefslogtreecommitdiff
path: root/src/core/hle/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/ipc.h')
-rw-r--r--src/core/hle/ipc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h
index ef6595550..c9257de77 100644
--- a/src/core/hle/ipc.h
+++ b/src/core/hle/ipc.h
@@ -32,6 +32,8 @@ enum class CommandType : u32 {
32 Close = 2, 32 Close = 2,
33 Request = 4, 33 Request = 4,
34 Control = 5, 34 Control = 5,
35 RequestWithContext = 6,
36 ControlWithContext = 7,
35 Unspecified, 37 Unspecified,
36}; 38};
37 39