1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Revert "Logic fail on engine multiplier."

This reverts commit b0787e07c8.

2nd of 3.
This commit is contained in:
Con Kolivas 2012-02-18 19:43:17 +11:00
parent eb5dcc60a0
commit c42709745a

2
adl.c
View File

@ -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)