mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 22:35:11 +00:00
Fixed 5th fan channel for IT87 chips. Added ADL status code to report.
This commit is contained in:
@@ -109,7 +109,7 @@ namespace OpenHardwareMonitor.Hardware.ATI {
|
||||
public const int ADL_MAX_ADAPTERS = 40;
|
||||
public const int ADL_MAX_DISPLAYS = 40;
|
||||
public const int ADL_MAX_DEVICENAME = 32;
|
||||
public const int ADL_SUCCESS = 0;
|
||||
public const int ADL_OK = 0;
|
||||
public const int ADL_FAIL = -1;
|
||||
public const int ADL_DRIVER_OK = 0;
|
||||
public const int ADL_MAX_GLSYNC_PORTS = 8;
|
||||
|
Reference in New Issue
Block a user