From de14373e093d83ca42fd5c9941047b0434d4b118 Mon Sep 17 00:00:00 2001 From: nicklavoie Date: Sat, 21 Feb 2026 21:35:49 -0500 Subject: [PATCH] PerformanceOverlay: show GPU VRAM in Detail overlay --- PerformanceOverlay/Overlays.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PerformanceOverlay/Overlays.cs b/PerformanceOverlay/Overlays.cs index 8ba3760..e143e0f 100644 --- a/PerformanceOverlay/Overlays.cs +++ b/PerformanceOverlay/Overlays.cs @@ -132,6 +132,7 @@ namespace PerformanceOverlay { new Entry("{GPU_%} %"), new Entry("{GPU_W} W"), + new Entry("{GPU_MB} MB") { IgnoreMissing = true, Include = { OverlayMode.Detail } }, new Entry("{GPU_T} C") { IgnoreMissing = true, Include = { OverlayMode.Detail } } } },