diff options
| author | JosJuice <josjuice@gmail.com> | 2024-08-24 16:38:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-24 16:38:16 +0200 |
| commit | f85c4413bdebc6379537b0ded4536fd433c56acf (patch) | |
| tree | 058ffb98f8577e3c0e37ad1bb474b70465060f84 /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | 1f5e100a0e6dd4f9ab3784fd6373d452054d08bf (diff) | |
| parent | 7ec6d116e8ee94bee8bdecf2bf2801ea45f09432 (diff) | |
Merge pull request #13009 from BryanJacobs/master
Graphics: Adapt aspect ratio when SBS/TAB 3D is used
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index efa159795c..8ca1f4ec63 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -171,6 +171,7 @@ void VideoConfig::Refresh() color_correction.fHDRPaperWhiteNits = Config::Get(Config::GFX_CC_HDR_PAPER_WHITE_NITS); stereo_mode = Config::Get(Config::GFX_STEREO_MODE); + stereo_per_eye_resolution_full = Config::Get(Config::GFX_STEREO_PER_EYE_RESOLUTION_FULL); iStereoDepth = Config::Get(Config::GFX_STEREO_DEPTH); iStereoConvergencePercentage = Config::Get(Config::GFX_STEREO_CONVERGENCE_PERCENTAGE); bStereoSwapEyes = Config::Get(Config::GFX_STEREO_SWAP_EYES); |
