mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 02:55:45 +00:00
Yuzu UI: Add button for Anti Alias
This commit is contained in:
parent
e3e55f450f
commit
30039bb358
3 changed files with 45 additions and 0 deletions
|
@ -76,6 +76,7 @@ enum class ScalingFilter : u32 {
|
|||
enum class AntiAliasing : u32 {
|
||||
None = 0,
|
||||
Fxaa = 1,
|
||||
LastAA = Fxaa,
|
||||
};
|
||||
|
||||
struct ResolutionScalingInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue