diff options
| author | 2021-07-25 21:20:12 -0300 | |
|---|---|---|
| committer | 2021-11-16 22:11:28 +0100 | |
| commit | 43aa695a0415821e42fabf78a8a624edaadebab7 (patch) | |
| tree | 6384de6334df5121ea194df5a7b8cd99627ab3b3 /src/common/settings.h | |
| parent | shader: Fix rescaling pass (diff) | |
| download | yuzu-43aa695a0415821e42fabf78a8a624edaadebab7.tar.gz yuzu-43aa695a0415821e42fabf78a8a624edaadebab7.tar.xz yuzu-43aa695a0415821e42fabf78a8a624edaadebab7.zip | |
common/settings: Remove unused scaling options
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 2b11984b4..ca88c086b 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -67,8 +67,6 @@ struct ResolutionScalingInfo { | |||
| 67 | u32 down_shift{0}; | 67 | u32 down_shift{0}; |
| 68 | f32 up_factor{1.0f}; | 68 | f32 up_factor{1.0f}; |
| 69 | f32 down_factor{1.0f}; | 69 | f32 down_factor{1.0f}; |
| 70 | u32 size_up{1}; | ||
| 71 | u32 size_shift{0}; | ||
| 72 | bool active{}; | 70 | bool active{}; |
| 73 | }; | 71 | }; |
| 74 | 72 | ||