adjust presets
This commit is contained in:
parent
39a1825d58
commit
1c8a793e29
1 changed files with 14 additions and 14 deletions
28
src/config.c
28
src/config.c
|
@ -357,6 +357,10 @@ static void cfg_create_ini()
|
|||
"fixpitch=true\n"
|
||||
"handlemouse=false\n"
|
||||
"\n"
|
||||
"; American Conquest\n"
|
||||
"[DMCR]\n"
|
||||
"minfps=-2\n"
|
||||
"\n"
|
||||
"; Age of Wonders\n"
|
||||
"[AoWSM]\n"
|
||||
"windowed=true\n"
|
||||
|
@ -364,10 +368,6 @@ static void cfg_create_ini()
|
|||
"renderer=gdi\n"
|
||||
"hook=2\n"
|
||||
"\n"
|
||||
"; American Conquest\n"
|
||||
"[DMCR]\n"
|
||||
"minfps=-2\n"
|
||||
"\n"
|
||||
"; Age of Wonders 2\n"
|
||||
"[AoW2]\n"
|
||||
"windowed=true\n"
|
||||
|
@ -400,14 +400,6 @@ static void cfg_create_ini()
|
|||
"nonexclusive=true\n"
|
||||
"fixpitch=true\n"
|
||||
"\n"
|
||||
"; Command & Conquer: Red Alert - CnCNet\n"
|
||||
"[ra95-spawn]\n"
|
||||
"maxfps=125\n"
|
||||
"\n"
|
||||
"; Command & Conquer Gold - CnCNet\n"
|
||||
"[cnc95]\n"
|
||||
"maxfps=125\n"
|
||||
"\n"
|
||||
"; Carmageddon\n"
|
||||
"[CARMA95]\n"
|
||||
"renderer=opengl\n"
|
||||
|
@ -423,6 +415,14 @@ static void cfg_create_ini()
|
|||
"renderer=opengl\n"
|
||||
"noactivateapp=true\n"
|
||||
"\n"
|
||||
"; Command & Conquer: Red Alert - CnCNet\n"
|
||||
"[ra95-spawn]\n"
|
||||
"maxfps=125\n"
|
||||
"\n"
|
||||
"; Command & Conquer Gold - CnCNet\n"
|
||||
"[cnc95]\n"
|
||||
"maxfps=125\n"
|
||||
"\n"
|
||||
"; Command & Conquer Gold\n"
|
||||
"[C&C95]\n"
|
||||
"maxgameticks=120\n"
|
||||
|
@ -584,13 +584,13 @@ static void cfg_create_ini()
|
|||
"fixwndprochook=true\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Grand Theft Auto: 1969\n"
|
||||
"; Grand Theft Auto: London 1969\n"
|
||||
"[gta_uk]\n"
|
||||
"renderer=opengl\n"
|
||||
"fixwndprochook=true\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Grand Theft Auto: 1961\n"
|
||||
"; Grand Theft Auto: London 1961\n"
|
||||
"[Gta_61]\n"
|
||||
"renderer=opengl\n"
|
||||
"fixwndprochook=true\n"
|
||||
|
|
Loading…
Reference in a new issue