sysclk: fix cpu volt bug

this is the most hacky way ever to do this but hey, it works
This commit is contained in:
souldbminersmwc
2026-01-01 19:09:15 -05:00
parent ea20003df0
commit 7e4474dca5
2 changed files with 17 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ class ClockManager
ClockManager();
virtual ~ClockManager();
void FixCpuBug();
SysClkContext GetCurrentContext();
Config* GetConfig();