aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ptm/Fgm/IDebugger.cs
blob: a93f528301dc09666e54666978588068f63049f4 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Ptm.Fgm
{
    [Service("fgm:dbg")] // 9.0.0+
    class IDebugger : IpcService
    {
        public IDebugger(ServiceCtx context) { }
    }
}