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.

This commit is contained in:
Elyas Hue
2026-04-14 10:07:16 +02:00
parent 914f5c5621
commit fb4ff3e51b
8 changed files with 54 additions and 1 deletions

View File

@@ -245,6 +245,7 @@ struct VideoConfig final
// Information
bool bShowFPS = false;
bool bShowInternalResolution = false;
bool bShowFTimes = false;
bool bShowVPS = false;
bool bShowVTimes = false;