mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-11 23:37:53 -05:00
aloha
This commit is contained in:
8
Ryujinx/OsHle/Ipc/IpcDomCmd.cs
Normal file
8
Ryujinx/OsHle/Ipc/IpcDomCmd.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.OsHle.Ipc
|
||||
{
|
||||
enum IpcDomCmd
|
||||
{
|
||||
SendMsg = 1,
|
||||
DeleteObj = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user