try to use hook=3 by default
This commit is contained in:
parent
b42c3e1d49
commit
97a81b67b5
3 changed files with 51 additions and 11 deletions
11
src/config.c
11
src/config.c
|
@ -323,11 +323,6 @@ static void cfg_create_ini()
|
|||
"; Note: Usually one of the following values will work: 60 / 30 / 25 / 20 / 15 (lower value = slower game speed)\n"
|
||||
"maxgameticks=0\n"
|
||||
"\n"
|
||||
"; Windows API Hooking, Possible values: 0 = disabled, 1 = IAT Hooking, 2 = Microsoft Detours, 3 = IAT+GetProcAddress hook (All Modules), 4 = IAT Hooking (All Modules)\n"
|
||||
"; Note: Change this value if windowed mode or upscaling isn't working properly\n"
|
||||
"; Note: 'hook=3' will usually work for problematic games, if it doesn't then try 'hook=2' + 'renderer=gdi'\n"
|
||||
"hook=4\n"
|
||||
"\n"
|
||||
"; Force minimum FPS, possible values: 0 = disabled, -1 = use 'maxfps=' value, -2 = same as -1 but force full redraw, 1-1000 = custom FPS\n"
|
||||
"; Note: Set this to a low value such as 5 or 10 if some parts of the game are not being displayed (e.g. menus or loading screens)\n"
|
||||
"minfps=0\n"
|
||||
|
@ -356,6 +351,7 @@ static void cfg_create_ini()
|
|||
"releasealt=false\n"
|
||||
"game_handles_close=false\n"
|
||||
"fixnotresponding=false\n"
|
||||
"hook=4\n"
|
||||
"guard_lines=200\n"
|
||||
"max_resolutions=0\n"
|
||||
"limit_bltfast=false\n"
|
||||
|
@ -866,7 +862,6 @@ static void cfg_create_ini()
|
|||
"; KKND2: Krossfire\n"
|
||||
"[KKND2]\n"
|
||||
"noactivateapp=true\n"
|
||||
"hook=3\n"
|
||||
"\n"
|
||||
"; Lionheart\n"
|
||||
"[Lionheart]\n"
|
||||
|
@ -1064,10 +1059,6 @@ static void cfg_create_ini()
|
|||
"height=0\n"
|
||||
"resizable=false\n"
|
||||
"\n"
|
||||
"; Wizards and Warriors\n"
|
||||
"[deep6]\n"
|
||||
"hook=3\n"
|
||||
"\n"
|
||||
"; War Wind\n"
|
||||
"[WW]\n"
|
||||
"renderer=opengl\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue