Ryujinx/Ryujinx.HLE/HOS/Ipc/ServiceProcessRequest.cs
2018-12-01 14:38:15 -06:00

4 lines
No EOL
103 B
C#

namespace Ryujinx.HLE.HOS.Ipc
{
internal delegate long ServiceProcessRequest(ServiceCtx context);
}