ServiceProcessRequest.cs 96 B

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