summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2021-10-20 18:56:34 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-11-16 22:11:31 +0100
commite7fc60406ef5309268d77edb5e5266febe147e53 (patch)
tree11a408f3b072272ecfb3ca37f06187fc4f0ff732 /src/common/settings.h
parentTextureCache: fix rescaling in aliases and overlap joins. (diff)
downloadyuzu-e7fc60406ef5309268d77edb5e5266febe147e53.tar
yuzu-e7fc60406ef5309268d77edb5e5266febe147e53.tar.gz
yuzu-e7fc60406ef5309268d77edb5e5266febe147e53.tar.bz2
yuzu-e7fc60406ef5309268d77edb5e5266febe147e53.tar.lz
yuzu-e7fc60406ef5309268d77edb5e5266febe147e53.tar.xz
yuzu-e7fc60406ef5309268d77edb5e5266febe147e53.tar.zst
yuzu-e7fc60406ef5309268d77edb5e5266febe147e53.zip
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 84dab5217..f6acf5bdf 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -54,10 +54,13 @@ enum class NvdecEmulation : u32 {
enum class ResolutionSetup : u32 {
Res1_2X = 0,
- Res1X = 1,
- Res2X = 2,
- Res3X = 3,
- Res4X = 4,
+ Res3_4X = 1,
+ Res1X = 2,
+ Res2X = 3,
+ Res3X = 4,
+ Res4X = 5,
+ Res5X = 6,
+ Res6X = 7,
};
enum class ScalingFilter : u32 {