diff options
author | Ac_K <Acoustik666@gmail.com> | 2018-10-21 06:01:22 +0000 |
---|---|---|
committer | gdkchan <gab.dark.100@gmail.com> | 2018-10-21 03:01:22 -0300 |
commit | 7920dc1d2f1eaeba1d1308b63443349dc9a799f1 (patch) | |
tree | 8c8ff74ed2ea469d0aee1ccf767ab49a70901cb0 /Ryujinx.Common/Logging/LogClass.cs | |
parent | b5f7d8106b20a1f8abb1f7dbc2c48f1da4648aab (diff) |
Implement basic psm service (#467)
* Implement basic psm service
- Add `IPsmServer`
- Stub `GetBatteryChargePercentage` & `GetChargerType`
* Fix wrong sorting
* Add IPsmSession
- Add `IPsmSession` by Thog
- Implement `OpenSession`
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 97ffb314..8739fbc6 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -33,6 +33,7 @@ namespace Ryujinx.Common.Logging ServicePctl, ServicePl, ServicePrepo, + ServicePsm, ServiceSet, ServiceSfdnsres, ServiceSm, |