IHidDebugServer.cs 176 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Hid
  2. {
  3. [Service("hid:dbg")]
  4. class IHidDebugServer : IpcService
  5. {
  6. public IHidDebugServer(ServiceCtx context) { }
  7. }
  8. }