1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Correct yet more logic fail :(

This commit is contained in:
Con Kolivas 2012-02-13 10:53:03 +11:00
parent b0787e07c8
commit 83b76da2c6

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;
if (temp && fanpercent >= 0 && ga->autofan) {
if (!ga->twin)