1.1 --- a/Hardware/ATI/ATIGPU.cs Sat Jun 05 18:59:54 2010 +0000
1.2 +++ b/Hardware/ATI/ATIGPU.cs Sun Jun 06 11:07:57 2010 +0000
1.3 @@ -69,8 +69,7 @@
1.4
1.5 this.temperature =
1.6 new Sensor("GPU Core", 0, SensorType.Temperature, this);
1.7 - this.fan = new Sensor("GPU", 0, speedInfo.MaxRPM, SensorType.Fan, this,
1.8 - null);
1.9 + this.fan = new Sensor("GPU", 0, SensorType.Fan, this, null);
1.10 this.coreClock = new Sensor("GPU Core", 0, SensorType.Clock, this);
1.11 this.memoryClock = new Sensor("GPU Memory", 1, SensorType.Clock, this);
1.12 this.coreVoltage = new Sensor("GPU Core", 0, SensorType.Voltage, this);