mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 13:17:43 +02:00
8 lines
No EOL
107 B
C#
8 lines
No EOL
107 B
C#
namespace Ryujinx.OsHle.Ipc
|
|
{
|
|
enum IpcDomCmd
|
|
{
|
|
SendMsg = 1,
|
|
DeleteObj = 2
|
|
}
|
|
} |