mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-01-15 09:05:49 -05:00
4 lines
96 B
C#
4 lines
96 B
C#
namespace Ryujinx.HLE.OsHle.Ipc
|
|
{
|
|
delegate long ServiceProcessRequest(ServiceCtx Context);
|
|
} |