mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-29 01:56:06 +00:00
VideoCore: Add gaussian filtering.
This commit is contained in:
committed by
Fernando Sahmkow
parent
52fc766daf
commit
f54d6dee54
@@ -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