diff options
Diffstat (limited to 'src/common')
| -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 { | |||
| 76 | enum class AntiAliasing : u32 { | 76 | enum class AntiAliasing : u32 { |
| 77 | None = 0, | 77 | None = 0, |
| 78 | Fxaa = 1, | 78 | Fxaa = 1, |
| 79 | LastAA = Fxaa, | ||
| 79 | }; | 80 | }; |
| 80 | 81 | ||
| 81 | struct ResolutionScalingInfo { | 82 | struct ResolutionScalingInfo { |