aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Ipc/IpcDomCmd.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Core/OsHle/Ipc/IpcDomCmd.cs')
-rw-r--r--Ryujinx.Core/OsHle/Ipc/IpcDomCmd.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Ryujinx.Core/OsHle/Ipc/IpcDomCmd.cs b/Ryujinx.Core/OsHle/Ipc/IpcDomCmd.cs
new file mode 100644
index 00000000..1ef0c408
--- /dev/null
+++ b/Ryujinx.Core/OsHle/Ipc/IpcDomCmd.cs
@@ -0,0 +1,8 @@
+namespace Ryujinx.Core.OsHle.Ipc
+{
+ enum IpcDomCmd
+ {
+ SendMsg = 1,
+ DeleteObj = 2
+ }
+} \ No newline at end of file