IQueryService.cs 176 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Sdb.Pdm
  2. {
  3. [Service("pdm:qry")]
  4. class IQueryService : IpcService
  5. {
  6. public IQueryService(ServiceCtx context) { }
  7. }
  8. }