From 33dc4c9ce40165795da884eaa684f16e8b643799 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Wed, 29 Sep 2021 01:03:35 +0200 Subject: clkrst: Stub/Implement IClkrstManager and IClkrstSession calls (#2692) This PR stubs and implements some clkrst call because they are used to overclock the Switch hardware and it's pointless in our case as we emulate the system. Everything was done checked by RE. Fixes #2686 --- 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 30e3409d..ad27f88f 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -49,6 +49,7 @@ namespace Ryujinx.Common.Logging ServiceNv, ServiceOlsc, ServicePctl, + ServicePcv, ServicePl, ServicePrepo, ServicePsm, -- cgit v1.2.3