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`
This commit is contained in:
Ac_K
2018-10-21 06:01:22 +00:00
committed by gdkchan
parent b5f7d8106b
commit 7920dc1d2f
4 changed files with 161 additions and 0 deletions

View File

@ -33,6 +33,7 @@ namespace Ryujinx.Common.Logging
ServicePctl,
ServicePl,
ServicePrepo,
ServicePsm,
ServiceSet,
ServiceSfdnsres,
ServiceSm,