mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
GPU sliders fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user