Hoc-clk rewrite: More load implementation

This commit is contained in:
Lightos1
2026-03-20 18:01:50 +01:00
parent 3e75bd5b95
commit ae56a85811
3 changed files with 60 additions and 20 deletions

View File

@@ -25,11 +25,13 @@
*/
#pragma once
#include <switch.h>
namespace board {
void StartGpuLoad(Result nvCheck, u32 fd);
void StartCpuLoad();
void StartLoad(Result nvCheck, u32 fd);
void ExitLoad();
u32 GetGpuLoad();
u32 GetMaxCpuLoad();
}