mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-06 14:41:08 +00:00
4 lines
94 B
C#
4 lines
94 B
C#
namespace Ryujinx.HLE.HOS.Ipc
|
|
{
|
|
delegate long ServiceProcessRequest(ServiceCtx Context);
|
|
} |