mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-06 01:49:04 -06:00
QtGUI: Add buttton to toggle the filter.
This commit is contained in:
committed by
Fernando Sahmkow
parent
9e065b9c7d
commit
2eff80b47f
@@ -70,6 +70,7 @@ enum class ScalingFilter : u32 {
|
||||
Gaussian = 3,
|
||||
ScaleForce = 4,
|
||||
Fsr = 5,
|
||||
LastFilter = Fsr,
|
||||
};
|
||||
|
||||
struct ResolutionScalingInfo {
|
||||
|
||||
Reference in New Issue
Block a user