IDebugMonitorInterface.cs 194 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Loader
  2. {
  3. [Service("ldr:dmnt")]
  4. class IDebugMonitorInterface : IpcService
  5. {
  6. public IDebugMonitorInterface(ServiceCtx context) { }
  7. }
  8. }