ServiceProcessRequest.cs 92 B

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