1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add Lanczos to Possible values comment

This commit is contained in:
FunkyFr3sh 2023-08-26 22:25:56 +02:00
parent 93e8879343
commit 4e42b90466

View File

@ -276,7 +276,7 @@ static void cfg_create_ini()
"; Preliminary libretro shader support - (Requires 'renderer=opengl*') https://github.com/libretro/glsl-shaders\n"
"; 2x scaling example: https://imgur.com/a/kxsM1oY - 4x scaling example: https://imgur.com/a/wjrhpFV\n"
"; You can specify a full path to a .glsl shader file here or use one of the values listed below\n"
"; Possible values: Nearest neighbor, Bilinear, Bicubic\n"
"; Possible values: Nearest neighbor, Bilinear, Bicubic, Lanczos\n"
"shader=Shaders\\cubic\\catmull-rom-bilinear.glsl\n"
"\n"
"; Window position, -32000 = center to screen\n"