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