Clocks fixes

This commit is contained in:
Serge
2023-05-09 18:02:59 +02:00
parent 56ea434626
commit c69bf65c84
4 changed files with 39 additions and 22 deletions

View File

@@ -95,8 +95,8 @@ public class NvidiaGpuControl : IGpuControl
try
{
Logger.WriteLine($"SET GPU Clock : {core}, {memory}");
GPUApi.SetPerformanceStates20(internalGpu.Handle, overclock);
Logger.WriteLine($"SET GPU Clock offsets : {core}, {memory}");
}
catch (Exception ex)
{