aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Ipc/ServiceProcessRequest.cs
blob: b3aaa2191b643b562b44040c47c80efdbd9ef732 (plain) (blame)
1
2
3
4
namespace Ryujinx.HLE.HOS.Ipc
{
    delegate long ServiceProcessRequest(ServiceCtx context);
}