mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-07 02:38:29 +02:00
Split main project into core,graphics and chocolarm4 subproject (#29)
This commit is contained in:
4
Ryujinx.Core/OsHle/Ipc/ServiceProcessRequest.cs
Normal file
4
Ryujinx.Core/OsHle/Ipc/ServiceProcessRequest.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Ryujinx.Core.OsHle.Ipc
|
||||
{
|
||||
delegate long ServiceProcessRequest(ServiceCtx Context);
|
||||
}
|
Reference in New Issue
Block a user