Revert "Correct yet more logic fail :(" This reverts commit 83b76da2c659bbff8d17236ef1b3e69a0ce6228a. First of 3.
diff --git a/adl.c b/adl.c
index a4a15f4..ef4c518 100644
--- a/adl.c
+++ b/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;
+ levengine = lpOdPerformanceLevels->aLevels[lev].iEngineClock / 100;
if (temp && fanpercent >= 0 && ga->autofan) {
if (!ga->twin)