INotifyService.cs 179 B

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