mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-28 16:09:15 +00:00
9 lines
176 B
C#
9 lines
176 B
C#
namespace Ryujinx.HLE.HOS.Services.Ptm.Fgm
|
|
{
|
|
[Service("fgm:dbg")] // 9.0.0+
|
|
class IDebugger : IpcService
|
|
{
|
|
public IDebugger(ServiceCtx context) { }
|
|
}
|
|
}
|