add d3d9 lanczos2 shader

This commit is contained in:
FunkyFr3sh 2023-08-23 16:44:14 +02:00
parent 2a5bd91629
commit e2ed1930c3
4 changed files with 1094 additions and 190 deletions

View file

@ -298,7 +298,7 @@ static void cfg_create_ini()
"resizable=true\n"
"\n"
"; Upscaling filter for the direct3d9* renderers\n"
"; Possible values: 0 = nearest-neighbor, 1 = bilinear, 2 = bicubic (16/32bit color depth games only)\n"
"; Possible values: 0 = nearest-neighbor, 1 = bilinear, 2 = bicubic, 3 = lanczos (bicubic/lanczos only support 16/32bit color depth games)\n"
"d3d9_filter=2\n"
"\n"
"; Enable upscale hack for high resolution patches (Supports C&C1, Red Alert 1 and KKND Xtreme)\n"