aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Ipc/ServiceProcessRequest.cs
blob: ea7580744caf238126a54e860c1a74830cd552d1 (plain)
1
2
3
4
namespace Ryujinx.Core.OsHle.Ipc
{
    delegate long ServiceProcessRequest(ServiceCtx Context);
}