1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-16 12:28:15 -06:00
Ac_K 7920dc1d2f Implement basic psm service ()
* Implement basic psm service

- Add `IPsmServer`
- Stub `GetBatteryChargePercentage` & `GetChargerType`

* Fix wrong sorting

* Add IPsmSession

- Add `IPsmSession` by Thog
- Implement `OpenSession`
2018-10-21 03:01:22 -03:00
..