diff options
author | Ac_K <Acoustik666@gmail.com> | 2021-06-24 01:05:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 01:05:40 +0200 |
commit | 55e0c714898cc331173628714bdc8e64fb9a3756 (patch) | |
tree | 93eb7218e9ced707b0d12cf542a3b5aadf32ebf7 /Ryujinx.Common/Logging/LogClass.cs | |
parent | aea7a6631caa625d0cc97c03f1f134b623101f0e (diff) |
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
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r-- | Ryujinx.Common/Logging/LogClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index 28b344cd..c2d2f55e 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -38,6 +38,7 @@ namespace Ryujinx.Common.Logging ServiceLdr, ServiceLm, ServiceMm, + ServiceNfc, ServiceNfp, ServiceNgct, ServiceNifm, |