Ryujinx/Ryujinx.HLE/HOS/Services/Ptm/Fgm/IDebugger.cs

8 lines
178 B
C#

namespace Ryujinx.HLE.HOS.Services.Ptm.Fgm
{
[Service("fgm:dbg")] // 9.0.0+
class IDebugger : IpcService
{
public IDebugger(ServiceCtx context) { }
}
}