ServiceProcessRequest.cs 97 B

1234
  1. namespace Ryujinx.Core.OsHle.Ipc
  2. {
  3. delegate long ServiceProcessRequest(ServiceCtx Context);
  4. }