mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
GPU detection https://github.com/seerge/g-helper/issues/1112
This commit is contained in:
@@ -83,7 +83,7 @@ public static class HardwareControl
|
||||
if (fan < 0)
|
||||
{
|
||||
fan += 65536;
|
||||
if (fan < 0 || fan > 100) return null; //nothing reasonable
|
||||
if (fan <= 0 || fan > 100) return null; //nothing reasonable
|
||||
}
|
||||
|
||||
if (fan > fanMax && fan <= INADEQUATE_MAX) fanMax = fan;
|
||||
|
||||
Reference in New Issue
Block a user