diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-10-22 22:56:08 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:32 +0100 |
commit | a96c9c803be9aca0b9775c37c1e77e13cca56c80 (patch) | |
tree | 240ef01d27c9c69fae7af236d005c2e7f318e779 /src/common/settings.h | |
parent | 21a8ba0437989e4255b347c2b2cabbbc2a332fd3 (diff) |
Yuzu UI: Add button for Anti Alias
Diffstat (limited to 'src/common/settings.h')
-rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index ca1c3c1aa..c7610ef1c 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -76,6 +76,7 @@ enum class ScalingFilter : u32 { enum class AntiAliasing : u32 { None = 0, Fxaa = 1, + LastAA = Fxaa, }; struct ResolutionScalingInfo { |