mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VertexManagerBase: Allow widecreen heuristic constants to be overriden by onion config
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user