mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-08 20:28:51 -04:00
feat: Add Lanczos
This commit is contained in:
@@ -348,6 +348,17 @@ struct Values {
|
|||||||
true,
|
true,
|
||||||
true};
|
true};
|
||||||
|
|
||||||
|
|
||||||
|
SwitchableSetting<int, true> lanczos_quality{linkage,
|
||||||
|
3, // Default value
|
||||||
|
2, // Minimum value
|
||||||
|
4, // Maximum value
|
||||||
|
"lanczos_quality",
|
||||||
|
Category::Renderer,
|
||||||
|
Specialization::Scalar,
|
||||||
|
true,
|
||||||
|
true};
|
||||||
|
|
||||||
SwitchableSetting<FSR2QualityMode, true> fsr2_quality_mode{linkage,
|
SwitchableSetting<FSR2QualityMode, true> fsr2_quality_mode{linkage,
|
||||||
FSR2QualityMode::Quality, // Quality by default
|
FSR2QualityMode::Quality, // Quality by default
|
||||||
FSR2QualityMode::Quality, // Min value
|
FSR2QualityMode::Quality, // Min value
|
||||||
|
|||||||
Reference in New Issue
Block a user