remove fixwndprochook setting
This commit is contained in:
parent
5aa33228df
commit
e42d000366
3 changed files with 6 additions and 31 deletions
12
src/config.c
12
src/config.c
|
@ -38,7 +38,6 @@ void cfg_load()
|
|||
g_ddraw->toggle_borderless = cfg_get_bool("toggle_borderless", FALSE);
|
||||
g_ddraw->nonexclusive = cfg_get_bool("nonexclusive", FALSE);
|
||||
g_ddraw->fixchilds = cfg_get_int("fixchilds", FIX_CHILDS_DETECT_PAINT);
|
||||
g_ddraw->fixwndprochook = cfg_get_bool("fixwndprochook", FALSE);
|
||||
g_ddraw->flipclear = cfg_get_bool("flipclear", FALSE);
|
||||
g_ddraw->fixnotresponding = cfg_get_bool("fixnotresponding", FALSE);
|
||||
g_ddraw->locktopleft = cfg_get_bool("locktopleft", FALSE);
|
||||
|
@ -370,7 +369,6 @@ static void cfg_create_ini()
|
|||
"game_handles_close=false\n"
|
||||
"accuratetimers=false\n"
|
||||
"fixpitch=true\n"
|
||||
"fixwndprochook=false\n"
|
||||
"fixnotresponding=false\n"
|
||||
"locktopleft=false\n"
|
||||
"lock_surfaces=false\n"
|
||||
|
@ -811,17 +809,14 @@ static void cfg_create_ini()
|
|||
"\n"
|
||||
"; Grand Theft Auto\n"
|
||||
"[Grand Theft Auto]\n"
|
||||
"fixwndprochook=true\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Grand Theft Auto: London 1969\n"
|
||||
"[gta_uk]\n"
|
||||
"fixwndprochook=true\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Grand Theft Auto: London 1961\n"
|
||||
"[Gta_61]\n"
|
||||
"fixwndprochook=true\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Heroes of Might and Magic II: The Succession Wars\n"
|
||||
|
@ -841,7 +836,6 @@ static void cfg_create_ini()
|
|||
"; Invictus\n"
|
||||
"[Invictus]\n"
|
||||
"adjmouse=true\n"
|
||||
"fixwndprochook=true\n"
|
||||
"renderer=opengl\n"
|
||||
"\n"
|
||||
"; Interstate 76\n"
|
||||
|
@ -1045,21 +1039,15 @@ static void cfg_create_ini()
|
|||
"maintas=false\n"
|
||||
"boxing=false\n"
|
||||
"\n"
|
||||
"; Theme Park World\n"
|
||||
"[TP]\n"
|
||||
"fixwndprochook=true\n"
|
||||
"\n"
|
||||
"; Total Annihilation (Unofficial Beta Patch v3.9.02)\n"
|
||||
"[TotalA]\n"
|
||||
"lock_surfaces=true\n"
|
||||
"singlecpu=false\n"
|
||||
"fixwndprochook=true\n"
|
||||
"\n"
|
||||
"; Total Annihilation Replay Viewer (Unofficial Beta Patch v3.9.02)\n"
|
||||
"[Viewer]\n"
|
||||
"lock_surfaces=true\n"
|
||||
"singlecpu=false\n"
|
||||
"fixwndprochook=true\n"
|
||||
"\n"
|
||||
"; Three Kingdoms: Fate of the Dragon\n"
|
||||
"[sanguo]\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue