forked from Mirror/Ryujinx
3615a70cae
This reverts commit 85dbb9559a
.
4 lines
No EOL
94 B
C#
4 lines
No EOL
94 B
C#
namespace Ryujinx.HLE.HOS.Ipc
|
|
{
|
|
delegate long ServiceProcessRequest(ServiceCtx Context);
|
|
} |