mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-06 18:52:33 -07:00
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
This commit is contained in:
8
Ryujinx.HLE/HOS/Services/Pcv/Rtc/IRtcManager.cs
Normal file
8
Ryujinx.HLE/HOS/Services/Pcv/Rtc/IRtcManager.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Pcv.Rtc
|
||||
{
|
||||
[Service("rtc")] // 8.0.0+
|
||||
class IRtcManager : IpcService
|
||||
{
|
||||
public IRtcManager(ServiceCtx context) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user