Merged GPU temp reader

This commit is contained in:
seerge
2023-03-13 20:02:59 +01:00
parent 550e9fc036
commit a211dd412f
4 changed files with 66 additions and 65 deletions

View File

@@ -37,7 +37,7 @@ public class NvidiaGpuTemperatureProvider : IGpuTemperatureProvider {
return PhysicalGPU
.GetPhysicalGPUs()
.FirstOrDefault(gpu => gpu.SystemType == SystemType.Laptop);
} catch (NVIDIAApiException) {
} catch {
return null;
}
}