mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-30 20:52:03 +00:00
4 lines
No EOL
94 B
C#
4 lines
No EOL
94 B
C#
namespace Ryujinx.HLE.HOS.Ipc
|
|
{
|
|
delegate long ServiceProcessRequest(ServiceCtx context);
|
|
} |