aboutsummaryrefslogtreecommitdiff
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);
}