mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-06-08 04:05:26 +00:00
8 lines
194 B
C#
8 lines
194 B
C#
namespace Ryujinx.HLE.HOS.Services.Loader
|
|
{
|
|
[Service("ldr:dmnt")]
|
|
class IDebugMonitorInterface : IpcService
|
|
{
|
|
public IDebugMonitorInterface(ServiceCtx context) { }
|
|
}
|
|
} |