Clock reset revert

This commit is contained in:
Serge
2024-01-17 17:33:16 +01:00
parent 736cad7ff5
commit 99dfcbb95c

View File

@@ -318,7 +318,7 @@ namespace GHelper.Mode
int memory = AppConfig.GetMode("gpu_memory");
int clock_limit = AppConfig.GetMode("gpu_clock_limit");
//if (core == -1 && memory == -1 && clock_limit == -1) return;
if (core == -1 && memory == -1 && clock_limit == -1) return;
//if ((gpu_core > -5 && gpu_core < 5) && (gpu_memory > -5 && gpu_memory < 5)) launchAsAdmin = false;
if (Program.acpi.DeviceGet(AsusACPI.GPUEco) == 1) { Logger.WriteLine("Clocks: Eco"); return; }