diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-07-26 02:20:12 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 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 yuzu-43aa695a0415821e42fabf78a8a624edaadebab7.tar.gz yuzu-43aa695a0415821e42fabf78a8a624edaadebab7.tar.bz2 yuzu-43aa695a0415821e42fabf78a8a624edaadebab7.tar.lz yuzu-43aa695a0415821e42fabf78a8a624edaadebab7.tar.xz yuzu-43aa695a0415821e42fabf78a8a624edaadebab7.tar.zst yuzu-43aa695a0415821e42fabf78a8a624edaadebab7.zip |
Diffstat (limited to '')
-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 { u32 down_shift{0}; f32 up_factor{1.0f}; f32 down_factor{1.0f}; - u32 size_up{1}; - u32 size_shift{0}; bool active{}; }; |