1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 05:26:40 -05:00

Yuzu UI: Add button for Anti Alias

This commit is contained in:
Fernando Sahmkow
2021-10-22 22:56:08 +02:00
parent 21a8ba0437
commit a96c9c803b
3 changed files with 45 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ enum class ScalingFilter : u32 {
enum class AntiAliasing : u32 {
None = 0,
Fxaa = 1,
LastAA = Fxaa,
};
struct ResolutionScalingInfo {