IDsService.cs 165 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Usb
  2. {
  3. [Service("usb:ds")]
  4. class IDsService : IpcService
  5. {
  6. public IDsService(ServiceCtx context) { }
  7. }
  8. }