mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 04:06:32 +00:00
Merge pull request #21 from dolphin-emu/master
[pull] master from dolphin-emu:master
This commit is contained in:
commit
5c1aee04ad
306 changed files with 6219 additions and 30409 deletions
|
@ -106,6 +106,10 @@ struct VideoConfig final
|
|||
bool bWidescreenHack = false;
|
||||
AspectMode aspect_mode{};
|
||||
AspectMode suggested_aspect_mode{};
|
||||
u32 widescreen_heuristic_transition_threshold = 0;
|
||||
float widescreen_heuristic_aspect_ratio_slop = 0.f;
|
||||
float widescreen_heuristic_standard_ratio = 0.f;
|
||||
float widescreen_heuristic_widescreen_ratio = 0.f;
|
||||
bool bCrop = false; // Aspect ratio controls.
|
||||
bool bShaderCache = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue