diff options
author | Ac_K <Acoustik666@gmail.com> | 2021-09-29 01:03:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 01:03:35 +0200 |
commit | 33dc4c9ce40165795da884eaa684f16e8b643799 (patch) | |
tree | 89002b23ce9085ce6cb05de890a67c0acd19b9fa /Ryujinx.Common/Logging/LogClass.cs | |
parent | f4f496cb48a59aae36e3252baa90396e1bfadd2e (diff) |
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
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r-- | Ryujinx.Common/Logging/LogClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |