QtGUI: Add buttton to toggle the filter.

This commit is contained in:
FernandoS27 2021-10-21 02:05:16 +02:00 committed by Fernando Sahmkow
parent 9e065b9c7d
commit 2eff80b47f
5 changed files with 61 additions and 1 deletions

View file

@ -70,6 +70,7 @@ enum class ScalingFilter : u32 {
Gaussian = 3,
ScaleForce = 4,
Fsr = 5,
LastFilter = Fsr,
};
struct ResolutionScalingInfo {