From 7920dc1d2f1eaeba1d1308b63443349dc9a799f1 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sun, 21 Oct 2018 06:01:22 +0000 Subject: 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` --- Ryujinx.Common/Logging/LogClass.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Common/Logging/LogClass.cs') 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, -- cgit v1.2.3