File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
OpenHardwareMonitorLib/Hardware/Gpu Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -479,6 +479,7 @@ public override void Update()
479479 if ( Name . StartsWith ( "NVIDIA GeForce RTX 50" , StringComparison . OrdinalIgnoreCase ) )
480480 {
481481 _hotSpotTemperature . Value = 0 ;
482+ _temperatures [ 0 ] . Value = thermalSensors . Temperatures [ 1 ] / 256.0f ;
482483 _memoryJunctionTemperature . Value = thermalSensors . Temperatures [ 2 ] / 256.0f ;
483484 }
484485 // RTX 40xx series
@@ -1005,7 +1006,7 @@ private NvApi.NvThermalSettings GetThermalSettings(out NvApi.NvStatus status)
10051006
10061007 NvApi . NvThermalSettings settings = new ( )
10071008 {
1008- Version = ( uint ) NvApi . MAKE_NVAPI_VERSION < NvApi . NvThermalSettings > ( 1 ) ,
1009+ Version = ( uint ) NvApi . MAKE_NVAPI_VERSION < NvApi . NvThermalSettings > ( 2 ) ,
10091010 Count = NvApi . MAX_THERMAL_SENSORS_PER_GPU
10101011 } ;
10111012
You can’t perform that action at this time.
0 commit comments