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

default to hook=4

This commit is contained in:
FunkyFr3sh 2020-09-23 04:47:13 +02:00
parent ad16993376
commit e839dc791c

View File

@ -283,7 +283,7 @@ static void CreateSettingsIni()
"\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: Can be used to fix issues related to new features added by cnc-ddraw such as windowed mode or stretching\n"
"hook=1\n"
"hook=4\n"
"\n"
"; Force consistent FPS (Requires 'maxfps=' to be set to a value other than 0)\n"
"; Note: Fixes flickering cursor issues in C&C games\n"
@ -344,7 +344,6 @@ static void CreateSettingsIni()
"[olwin]\n"
"noactivateapp=true\n"
"maxgameticks=60\n"
"hook=2\n"
"handlemouse=false\n"
"renderer=gdi\n"
"\n"