From 94fecef137eb8452cfb82caa38a9593eab3d46ea Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Wed, 30 May 2018 20:09:21 +0200 Subject: add IPC CommandType & Some HID FunctionInfo (#487) * add some CommandType * add some hid FunctionInfo * add some other HID FunctionInfo * delete non useful comments --- src/core/hle/ipc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/ipc.h') diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h index c9257de77..eaa5395ac 100644 --- a/src/core/hle/ipc.h +++ b/src/core/hle/ipc.h @@ -29,7 +29,10 @@ enum class ControlCommand : u32 { }; enum class CommandType : u32 { + Invalid = 0, + LegacyRequest = 1, Close = 2, + LegacyControl = 3, Request = 4, Control = 5, RequestWithContext = 6, -- cgit v1.2.3