ajustats els defaults

This commit is contained in:
2026-04-05 15:20:50 +02:00
parent 6a58f75773
commit 0784cb1197

View File

@@ -33,7 +33,7 @@ namespace Defaults::Video {
constexpr bool SUPERSAMPLING = false; constexpr bool SUPERSAMPLING = false;
constexpr bool INTEGER_SCALE = true; constexpr bool INTEGER_SCALE = true;
constexpr bool VSYNC = true; constexpr bool VSYNC = true;
constexpr bool ASPECT_RATIO_4_3 = true; // CRT original estira 200→240 constexpr bool ASPECT_RATIO_4_3 = false; // CRT original estira 200→240
constexpr bool STRETCH_FILTER_LINEAR = false; // Filtre per a l'estirament 4:3 (false=NEAREST) constexpr bool STRETCH_FILTER_LINEAR = false; // Filtre per a l'estirament 4:3 (false=NEAREST)
constexpr int DOWNSCALE_ALGO = 1; // 0=bilinear, 1=Lanczos2, 2=Lanczos3 constexpr int DOWNSCALE_ALGO = 1; // 0=bilinear, 1=Lanczos2, 2=Lanczos3
constexpr bool LINEAR_UPSCALE = false; constexpr bool LINEAR_UPSCALE = false;