ServiceProcessRequest.cs 94 B

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