fix: add generic gpu vram support

This commit is contained in:
2026-07-03 12:28:54 +02:00
parent 9126b04b10
commit 562770595f
9 changed files with 163 additions and 14 deletions
+1
View File
@@ -62,6 +62,7 @@ class Gpu : public TickingService {
void readGenericUsage();
void startNvidiaUsage();
void readGpuTemperature();
void readGenericMemory();
void setUserType(Type value);
void setAutoType(Type value);