diff options
| author | 2023-01-13 04:55:26 -0300 | |
|---|---|---|
| committer | 2023-01-13 04:55:26 -0300 | |
| commit | 4294429a079a5902531d36d86229eb970b0c3d53 (patch) | |
| tree | 373e7edfd836949b6b35ea73e89d6350ca9ca416 /src | |
| parent | UI change (diff) | |
| download | yuzu-4294429a079a5902531d36d86229eb970b0c3d53.tar.gz yuzu-4294429a079a5902531d36d86229eb970b0c3d53.tar.xz yuzu-4294429a079a5902531d36d86229eb970b0c3d53.zip | |
CPP
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/settings.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 6a5569fe0..b1a2aa8b2 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -153,6 +153,14 @@ void UpdateRescalingInfo() { | |||
| 153 | info.up_scale = 6; | 153 | info.up_scale = 6; |
| 154 | info.down_shift = 0; | 154 | info.down_shift = 0; |
| 155 | break; | 155 | break; |
| 156 | case ResolutionSetup::Res7X: | ||
| 157 | info.up_scale = 7; | ||
| 158 | info.down_shift = 0; | ||
| 159 | break; | ||
| 160 | case ResolutionSetup::Res8X: | ||
| 161 | info.up_scale = 8; | ||
| 162 | info.down_shift = 0; | ||
| 163 | break; | ||
| 156 | default: | 164 | default: |
| 157 | ASSERT(false); | 165 | ASSERT(false); |
| 158 | info.up_scale = 1; | 166 | info.up_scale = 1; |