GPU sliders fix

This commit is contained in:
Serge
2023-05-30 00:33:24 +02:00
parent 20e7d220e5
commit 859f4f55c3
2 changed files with 16 additions and 9 deletions

View File

@@ -991,8 +991,8 @@ namespace GHelper
if (limit_cpu > AsusACPI.MaxCPU) return;
if (limit_cpu < AsusACPI.MinCPU) return;
if (limit_apu > AsusACPI.MaxCPU) return;
if (limit_apu < AsusACPI.MinCPU) return;
if (limit_apu > AsusACPI.MaxTotal) return;
if (limit_apu < AsusACPI.MinTotal) return;
if (Program.acpi.DeviceGet(AsusACPI.PPT_TotalA0) >= 0)
{