RenderBase: Allow widescreen heuristic's transition threshold to be overridden by onion config

This commit is contained in:
OatmealDome
2023-01-09 00:25:11 -05:00
parent 6f6eb73667
commit de781a6fa7
5 changed files with 11 additions and 5 deletions

View File

@ -106,6 +106,7 @@ struct VideoConfig final
bool bWidescreenHack = false;
AspectMode aspect_mode{};
AspectMode suggested_aspect_mode{};
u32 widescreen_heuristic_transition_threshold = 0;
bool bCrop = false; // Aspect ratio controls.
bool bShaderCache = false;