mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
default to hook=4
This commit is contained in:
parent
ad16993376
commit
e839dc791c
@ -283,7 +283,7 @@ static void CreateSettingsIni()
|
|||||||
"\n"
|
"\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"
|
"; 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"
|
"; 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"
|
"\n"
|
||||||
"; Force consistent FPS (Requires 'maxfps=' to be set to a value other than 0)\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"
|
"; Note: Fixes flickering cursor issues in C&C games\n"
|
||||||
@ -344,7 +344,6 @@ static void CreateSettingsIni()
|
|||||||
"[olwin]\n"
|
"[olwin]\n"
|
||||||
"noactivateapp=true\n"
|
"noactivateapp=true\n"
|
||||||
"maxgameticks=60\n"
|
"maxgameticks=60\n"
|
||||||
"hook=2\n"
|
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"renderer=gdi\n"
|
"renderer=gdi\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user