diff options
| author | 2021-10-22 22:56:08 +0200 | |
|---|---|---|
| committer | 2021-11-16 22:11:32 +0100 | |
| commit | a96c9c803be9aca0b9775c37c1e77e13cca56c80 (patch) | |
| tree | 240ef01d27c9c69fae7af236d005c2e7f318e779 /src/common | |
| parent | Vulkan: Fix FXAA in AMD. (diff) | |
| download | yuzu-a96c9c803be9aca0b9775c37c1e77e13cca56c80.tar.gz yuzu-a96c9c803be9aca0b9775c37c1e77e13cca56c80.tar.xz yuzu-a96c9c803be9aca0b9775c37c1e77e13cca56c80.zip | |
Yuzu UI: Add button for Anti Alias
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 { |