From 5a3e1ad49b55af6fda989838d9d845e61aa6abb3 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 9 May 2024 22:16:29 +0200 Subject: [PATCH] update vhack comments with worms2 support --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 49118e5..70079d0 100644 --- a/src/config.c +++ b/src/config.c @@ -228,7 +228,7 @@ static void cfg_create_ini() "; 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" + "; Enable upscale hack for high resolution patches (Supports C&C1, Red Alert 1, Worms 2 and KKND Xtreme)\n" "vhack=false\n" "\n" "; Where should screenshots be saved\n"