mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Revert "Correct yet more logic fail :("
This reverts commit 83b76da2c6
.
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…
Reference in New Issue
Block a user