mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 14:04:25 +00:00
Revert "Correct yet more logic fail :("
This reverts commit 83b76da2c659bbff8d17236ef1b3e69a0ce6228a. First of 3.
This commit is contained in:
parent
06721957a0
commit
eb5dcc60a0
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;
|
||||
levengine = lpOdPerformanceLevels->aLevels[lev].iEngineClock / 100;
|
||||
|
||||
if (temp && fanpercent >= 0 && ga->autofan) {
|
||||
if (!ga->twin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user