namespace Ryujinx.HLE.HOS.Services.Loader
{
[Service("ldr:dmnt")]
class IDebugMonitorInterface : IpcService
public IDebugMonitorInterface(ServiceCtx context) { }
}