From d68c4cef13248d337d9f60bde995345e29374649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Thu, 1 Aug 2024 14:10:07 +0800 Subject: [PATCH] GPU (WSL): fix building --- src/detection/gpu/gpu_driver_specific.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detection/gpu/gpu_driver_specific.h b/src/detection/gpu/gpu_driver_specific.h index 01f3b67a9..5bcf4d2db 100644 --- a/src/detection/gpu/gpu_driver_specific.h +++ b/src/detection/gpu/gpu_driver_specific.h @@ -40,9 +40,9 @@ typedef struct FFGpuDriverResult double* temp; FFGPUMemory* memory; uint32_t* coreCount; + double* coreUsage; FFGPUType* type; uint32_t* frequency; - double* coreUsage; } FFGpuDriverResult; const char* ffDetectNvidiaGpuInfo(const FFGpuDriverCondition* cond, FFGpuDriverResult result, const char* soName);