summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
diff options
context:
space:
mode:
authorElyas Hue <elyas.hue@telecom-paris.fr>2026-04-14 10:07:16 +0200
committerElyas Hue <elyas.hue@telecom-paris.fr>2026-04-19 23:19:21 +0200
commitfb4ff3e51b2c41f9fc44116916fc2deb1cfa366a (patch)
tree2f27f1796aa147a542e58fdf32b7de3f37753f49 /Source/Core/VideoCommon/VideoConfig.h
parent914f5c56217a8a8bb5f28cf3bfa16346a91fa037 (diff)
VideoCommon: Added an option to showcase internal resolution, EFB width x height as screen overlay. Option to turn it on is a checkbox in screen on the OSD settings, in debug. This supports enhancements.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h
index 2d0ab116a1..69b24ad060 100644
--- a/Source/Core/VideoCommon/VideoConfig.h
+++ b/Source/Core/VideoCommon/VideoConfig.h
@@ -245,6 +245,7 @@ struct VideoConfig final
// Information
bool bShowFPS = false;
+ bool bShowInternalResolution = false;
bool bShowFTimes = false;
bool bShowVPS = false;
bool bShowVTimes = false;