Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Bogacki <krzysztof.bogacki@leancode.pl>2022-09-10 23:51:41 +0300
committerJens Peters <jp7677@gmail.com>2022-09-11 09:29:57 +0300
commit151bd75eeb87d71b523a02f66088d57d24246dc4 (patch)
tree818e95f8b15d08908c59ce13f721f2af94425614
parentbbda12037f9ae860e621b2435292ecf6f78963d0 (diff)
includes: Update NVML API header to 515.65.01
-rw-r--r--inc/nvml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/nvml.h b/inc/nvml.h
index a8c2b50..5ab4809 100644
--- a/inc/nvml.h
+++ b/inc/nvml.h
@@ -625,9 +625,9 @@ typedef struct
struct
{
nvmlThermalController_t controller;
- unsigned int defaultMinTemp;
- unsigned int defaultMaxTemp;
- unsigned int currentTemp;
+ int defaultMinTemp;
+ int defaultMaxTemp;
+ int currentTemp;
nvmlThermalTarget_t target;
} sensor[NVML_MAX_THERMAL_SENSORS_PER_GPU];