diff --git a/src/config.c b/src/config.c index a05f3e3..7c4824c 100644 --- a/src/config.c +++ b/src/config.c @@ -308,7 +308,7 @@ static void cfg_create_ini() "\n" "; Windows API Hooking, Possible values: 0 = disabled, 1 = IAT Hooking, 2 = Microsoft Detours, 3 = IAT+Detours Hooking (All Modules), 4 = IAT Hooking (All Modules)\n" "; Note: Change this value if windowed mode or upscaling isn't working properly\n" - "; Note: 'hook=2' will usually work for problematic games, but 'hook=2' must be combined with renderer=gdi\n" + "; Note: 'hook=2' will usually work for problematic games, but 'hook=2' should be combined with renderer=gdi\n" "hook=4\n" "\n" "; Force minimum FPS, possible values: 0 = disabled, -1 = use 'maxfps=' value, 1-1000 = custom FPS\n" @@ -569,6 +569,12 @@ static void cfg_create_ini() "[KKNDgame]\n" "vhack=true\n" "\n" + "; KKND2: Krossfire\n" + "[KKND2]\n" + "noactivateapp=true\n" + "renderer=gdi\n" + "hook=2\n" + "\n" , fh); fclose(fh);