mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02: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);
|
|
} |