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 beafd1a29d
commit 9ef677af8b
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,