index
:
mirror/ryujinx
master
An experimental Nintendo Switch Emulator written in C#
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Ipc
/
ServiceProcessRequest.cs
blob: da4a7e75a648275b4cfad6be6e9a9c0384dc39ff (
plain
) (
blame
)
1
2
3
4
namespace
Ryujinx.HLE.HOS.Ipc
{
delegate
long
ServiceProcessRequest
(
ServiceCtx
Context
);
}