Skip to content

Commit

Permalink
Clock reset revert
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jan 17, 2024
1 parent 736cad7 commit 99dfcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Mode/ModeControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public void SetGPUClocks(bool launchAsAdmin = true)
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; }
Expand Down

0 comments on commit 99dfcbb

Please sign in to comment.