VertexManagerBase: Allow widecreen heuristic constants to be overriden by onion config

This commit is contained in:
OatmealDome
2023-09-04 13:02:17 -04:00
parent de781a6fa7
commit 4938b99600
5 changed files with 25 additions and 10 deletions

View File

@ -107,6 +107,8 @@ struct VideoConfig final
AspectMode aspect_mode{};
AspectMode suggested_aspect_mode{};
u32 widescreen_heuristic_transition_threshold = 0;
float widescreen_heuristic_aspect_ratio_ideal = 0.f;
float widescreen_heuristic_aspect_ratio_slop = 0.f;
bool bCrop = false; // Aspect ratio controls.
bool bShaderCache = false;