mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 11:27:57 -05:00
VideoCore: Add gaussian filtering.
This commit is contained in:
committed by
Fernando Sahmkow
parent
bf01b7993d
commit
9e065b9c7d
@ -67,8 +67,9 @@ enum class ScalingFilter : u32 {
|
||||
NearestNeighbor = 0,
|
||||
Bilinear = 1,
|
||||
Bicubic = 2,
|
||||
ScaleForce = 3,
|
||||
Fsr = 4,
|
||||
Gaussian = 3,
|
||||
ScaleForce = 4,
|
||||
Fsr = 5,
|
||||
};
|
||||
|
||||
struct ResolutionScalingInfo {
|
||||
|
Reference in New Issue
Block a user