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