IPmService.cs 164 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Psc
  2. {
  3. [Service("psc:m")]
  4. class IPmService : IpcService
  5. {
  6. public IPmService(ServiceCtx context) { }
  7. }
  8. }