mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
VideoCommon: Expose the widescreen heuristic's standard and widescreen ratio values in onion config.
This commit is contained in:
parent
76a00551d1
commit
7cc4304918
5 changed files with 35 additions and 21 deletions
|
@ -88,10 +88,12 @@ void VideoConfig::Refresh()
|
|||
suggested_aspect_mode = Config::Get(Config::GFX_SUGGESTED_ASPECT_RATIO);
|
||||
widescreen_heuristic_transition_threshold =
|
||||
Config::Get(Config::GFX_WIDESCREEN_HEURISTIC_TRANSITION_THRESHOLD);
|
||||
widescreen_heuristic_aspect_ratio_ideal =
|
||||
Config::Get(Config::GFX_WIDESCREEN_HEURISTIC_ASPECT_RATIO_IDEAL);
|
||||
widescreen_heuristic_aspect_ratio_slop =
|
||||
Config::Get(Config::GFX_WIDESCREEN_HEURISTIC_ASPECT_RATIO_SLOP);
|
||||
widescreen_heuristic_standard_ratio =
|
||||
Config::Get(Config::GFX_WIDESCREEN_HEURISTIC_STANDARD_RATIO);
|
||||
widescreen_heuristic_widescreen_ratio =
|
||||
Config::Get(Config::GFX_WIDESCREEN_HEURISTIC_WIDESCREEN_RATIO);
|
||||
bCrop = Config::Get(Config::GFX_CROP);
|
||||
iSafeTextureCache_ColorSamples = Config::Get(Config::GFX_SAFE_TEXTURE_CACHE_COLOR_SAMPLES);
|
||||
bShowFPS = Config::Get(Config::GFX_SHOW_FPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue