index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Core
/
OsHle
/
Ipc
/
IpcDomCmd.cs
blob: 1ef0c40823e199d2c84136c61894cffb90e90bd8 (
plain
)
1
2
3
4
5
6
7
8
namespace
Ryujinx
.
Core
.
OsHle
.
Ipc
{
enum
IpcDomCmd
{
SendMsg
=
1
,
DeleteObj
=
2
}
}