Browse Source

Revert "Logic fail on engine multiplier."

This reverts commit b0787e07c88cc5ae9a5a23bbcc004e180e4a24a5.

2nd of 3.
Con Kolivas 14 years ago
parent
commit
c42709745a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      adl.c

+ 1 - 1
adl.c

@@ -1032,7 +1032,7 @@ void gpu_autotune(int gpu, bool *enable)
 	unlock_adl();
 
 	newengine = engine = gpu_engineclock(gpu) * 100;
-	levengine = lpOdPerformanceLevels->aLevels[lev].iEngineClock / 100;
+	levengine = lpOdPerformanceLevels->aLevels[lev].iEngineClock * 100;
 
 	if (temp && fanpercent >= 0 && ga->autofan) {
 		if (!ga->twin)