mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 05:36:36 +00:00
RenderBase: Allow widescreen heuristic's transition threshold to be overridden by onion config
This commit is contained in:
parent
6f6eb73667
commit
de781a6fa7
5 changed files with 11 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue