From 5b837157bde2115cf4781c5353f598eb6f0f7109 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 8 Dec 2022 16:52:29 -0500 Subject: video_core: Integrate SMAA Co-authored-by: goldenx86 Co-authored-by: BreadFish64 --- src/common/settings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common') 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 { enum class AntiAliasing : u32 { None = 0, Fxaa = 1, - LastAA = Fxaa, + Smaa = 2, + LastAA = Smaa, }; struct ResolutionScalingInfo { -- cgit v1.2.3