Ryujinx/Ryujinx.HLE/HOS/Services/Nfc/Nfp/NfpManager/Types
Ac_K 55e0c71489
nfc/nfp: Implement ISystemManager and ISystem (#2381)
* nfc/nfp: Implement ISystemManager and ISystem

This PR add permission levels for `nfc` and `nfp` services:
- `nfc`: `CreateUserInterface` and `CreateSystemInterface` are implemented.
- `INfc`: `Initialize` and `IsNfcEnabled` calls are stubbed.
- `nfp`: `CreateDebugInterface` and `CreateSystemInterface` are implemented.
- `INfp`: `GetRegisterInfo2` for `IDebug` and `ISystem` are implemented.

* Addresses gdkchan feedback
2021-06-24 01:05:40 +02:00
..
AmiiboConstants.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
CommonInfo.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
DeviceType.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
ModelInfo.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
MountTarget.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
NfpDevice.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
NfpDeviceState.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
NfpPermissionLevel.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
RegisterInfo.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
State.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
TagInfo.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00
VirtualAmiiboFile.cs nfc/nfp: Implement ISystemManager and ISystem (#2381) 2021-06-24 01:05:40 +02:00