Browse Source

Get the value of powertune in get_stats.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
656bacc5a9
  1. 1
      adl.c

1
adl.c

@ -461,6 +461,7 @@ bool gpu_stats(int gpu, float *temp, int *engineclock, int *memclock, float *vdd @@ -461,6 +461,7 @@ bool gpu_stats(int gpu, float *temp, int *engineclock, int *memclock, float *vdd
}
*fanspeed = __gpu_fanspeed(ga);
*fanpercent = __gpu_fanpercent(ga);
*powertune = __gpu_powertune(ga);
return true;
}

Loading…
Cancel
Save