diff options
| author | Elyas Hue <elyas.hue@telecom-paris.fr> | 2026-04-14 10:07:16 +0200 |
|---|---|---|
| committer | Elyas Hue <elyas.hue@telecom-paris.fr> | 2026-04-19 23:19:21 +0200 |
| commit | fb4ff3e51b2c41f9fc44116916fc2deb1cfa366a (patch) | |
| tree | 2f27f1796aa147a542e58fdf32b7de3f37753f49 /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | 914f5c56217a8a8bb5f28cf3bfa16346a91fa037 (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.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index d2cacd7276..1c8d9336da 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -101,6 +101,7 @@ void VideoConfig::Refresh() bCrop = Config::Get(Config::GFX_CROP); iSafeTextureCache_ColorSamples = Config::Get(Config::GFX_SAFE_TEXTURE_CACHE_COLOR_SAMPLES); bShowFPS = Config::Get(Config::GFX_SHOW_FPS); + bShowInternalResolution = Config::Get(Config::GFX_SHOW_INTERNAL_RESOLUTION); bShowFTimes = Config::Get(Config::GFX_SHOW_FTIMES); bShowVPS = Config::Get(Config::GFX_SHOW_VPS); bShowVTimes = Config::Get(Config::GFX_SHOW_VTIMES); |
