1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-01 22:26:26 -05:00
Files
ryujinx/Ryujinx/OsHle/Ipc/IpcDomCmd.cs
gdkchan b7e1d9930d aloha
2018-02-04 20:08:20 -03:00

8 lines
107 B
C#

namespace Ryujinx.OsHle.Ipc
{
enum IpcDomCmd
{
SendMsg = 1,
DeleteObj = 2
}
}