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