aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Nfc/Nfp/VirtualAmiibo.cs
AgeCommit message (Collapse)Author
2021-06-24nfc/nfp: Implement ISystemManager and ISystem (#2381)Ac_K
* 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-03-18nfp: Amiibo scanning support (#2006)Ac_K
* Initial Impl. * You just want me cause I'm next * Fix some logics * Fix close button