mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
RenderBase: Allow widescreen heuristic's transition threshold to be overridden by onion config
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user