IPdManager.cs 165 B

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