mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-13 00:31:57 -08:00
3615a70cae
This reverts commit 85dbb9559ad317a657dafd24da27fec4b3f5250f.
4 lines
94 B
C#
4 lines
94 B
C#
namespace Ryujinx.HLE.HOS.Ipc
|
|
{
|
|
delegate long ServiceProcessRequest(ServiceCtx Context);
|
|
} |