mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
Correct yet more logic fail :(
This commit is contained in:
parent
b0787e07c8
commit
83b76da2c6
2
adl.c
2
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;
|
||||
|
||||
if (temp && fanpercent >= 0 && ga->autofan) {
|
||||
if (!ga->twin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user