mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-02 06:22:06 +01:00
8 lines
178 B
C#
8 lines
178 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp
|
|||
|
{
|
|||
|
[Service("nfp:sys")]
|
|||
|
class ISystemManager : IpcService
|
|||
|
{
|
|||
|
public ISystemManager(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|