summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-07-26 02:20:12 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-11-16 22:11:28 +0100
commit43aa695a0415821e42fabf78a8a624edaadebab7 (patch)
tree6384de6334df5121ea194df5a7b8cd99627ab3b3 /src/common/settings.h
parentshader: Fix rescaling pass (diff)
downloadyuzu-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.h2
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{};
};