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.HLE
/
HOS
/
Ipc
/
ServiceProcessRequest.cs
blob: da4a7e75a648275b4cfad6be6e9a9c0384dc39ff (
plain
)
1
2
3
4
namespace
Ryujinx
.
HLE
.
HOS
.
Ipc
{
delegate long
ServiceProcessRequest
(
ServiceCtx Context
);
}