IRequest.cs 164 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Eupld
  2. {
  3. [Service("eupld:r")]
  4. class IRequest : IpcService
  5. {
  6. public IRequest(ServiceCtx context) { }
  7. }
  8. }