mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-28 23:45:02 +01:00
PerformanceOverlay: show GPU VRAM in Detail overlay
This commit is contained in:
parent
deee7fa887
commit
de14373e09
|
|
@ -132,6 +132,7 @@ namespace PerformanceOverlay
|
|||
{
|
||||
new Entry("<C4><A3>{GPU_%}<A><A1><S1> %<S><A>"),
|
||||
new Entry("<C4><A4>{GPU_W}<A><A1><S1> W<S><A>"),
|
||||
new Entry("<C4><A4>{GPU_MB}<A><A1><S1> MB<S><A>") { IgnoreMissing = true, Include = { OverlayMode.Detail } },
|
||||
new Entry("<C4><A4>{GPU_T}<A><A1><S1> C<S><A>") { IgnoreMissing = true, Include = { OverlayMode.Detail } }
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue