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 } } } },