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

8 lines
178 B
C#

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