1 2 3 4 5 6 7 8 9 10 11 12
namespace Ryujinx.HLE.HOS.Ipc { enum IpcMessageType { Response = 0, CloseSession = 2, Request = 4, Control = 5, RequestWithContext = 6, ControlWithContext = 7 } }