From fd86cdb2e24a72f099889393da8236002be04565 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Thu, 17 May 2018 14:03:52 -0700 Subject: Added RequestWithContext & ControlWithContext --- src/core/hle/ipc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/ipc.h') 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 { Close = 2, Request = 4, Control = 5, + RequestWithContext = 6, + ControlWithContext = 7, Unspecified, }; -- cgit v1.2.3