mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-12 01:37:02 +00:00
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:
parent
b5f7d8106b
commit
7920dc1d2f
4 changed files with 161 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ namespace Ryujinx.Common.Logging
|
|||
ServicePctl,
|
||||
ServicePl,
|
||||
ServicePrepo,
|
||||
ServicePsm,
|
||||
ServiceSet,
|
||||
ServiceSfdnsres,
|
||||
ServiceSm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue