summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 29b730cff..7ce9ea23c 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -76,7 +76,8 @@ enum class ScalingFilter : u32 {
76enum class AntiAliasing : u32 { 76enum class AntiAliasing : u32 {
77 None = 0, 77 None = 0,
78 Fxaa = 1, 78 Fxaa = 1,
79 LastAA = Fxaa, 79 Smaa = 2,
80 LastAA = Smaa,
80}; 81};
81 82
82struct ResolutionScalingInfo { 83struct ResolutionScalingInfo {