From 4e42b904665e5731e233c777757b0b2f87070a5c Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sat, 26 Aug 2023 22:25:56 +0200 Subject: [PATCH] add Lanczos to Possible values comment --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 1432287..28c4bf9 100644 --- a/src/config.c +++ b/src/config.c @@ -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"