ryubing/Ryujinx.HLE/HOS/Services/Nfc/Nfp/IDebugManager.cs

8 lines
170 B
C#

namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp
{
[Service("nfp:dbg")]
class IAmManager : IpcService
{
public IAmManager(ServiceCtx context) { }
}
}