add sched off code to rewrite

This commit is contained in:
Lightos1
2026-03-21 18:02:05 +01:00
parent 5d7a77074b
commit e625e4251a
2 changed files with 45 additions and 0 deletions

View File

@@ -32,5 +32,6 @@ namespace board {
void StartLoad(Result nvCheck, u32 fd);
void ExitLoad();
u32 GetPartLoad();
void SetGpuSchedulingMode(GpuSchedulingMode mode, GpuSchedulingOverrideMethod method, Result nvCheckSched, u32 fd2);
}