ISenderManager.cs 172 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Ins
  2. {
  3. [Service("ins:s")]
  4. class ISenderManager : IpcService
  5. {
  6. public ISenderManager(ServiceCtx context) { }
  7. }
  8. }