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"
|
"fixpitch=true\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; American Conquest\n"
|
||||||
|
"[DMCR]\n"
|
||||||
|
"minfps=-2\n"
|
||||||
|
"\n"
|
||||||
"; Age of Wonders\n"
|
"; Age of Wonders\n"
|
||||||
"[AoWSM]\n"
|
"[AoWSM]\n"
|
||||||
"windowed=true\n"
|
"windowed=true\n"
|
||||||
|
@ -364,10 +368,6 @@ static void cfg_create_ini()
|
||||||
"renderer=gdi\n"
|
"renderer=gdi\n"
|
||||||
"hook=2\n"
|
"hook=2\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; American Conquest\n"
|
|
||||||
"[DMCR]\n"
|
|
||||||
"minfps=-2\n"
|
|
||||||
"\n"
|
|
||||||
"; Age of Wonders 2\n"
|
"; Age of Wonders 2\n"
|
||||||
"[AoW2]\n"
|
"[AoW2]\n"
|
||||||
"windowed=true\n"
|
"windowed=true\n"
|
||||||
|
@ -400,14 +400,6 @@ static void cfg_create_ini()
|
||||||
"nonexclusive=true\n"
|
"nonexclusive=true\n"
|
||||||
"fixpitch=true\n"
|
"fixpitch=true\n"
|
||||||
"\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"
|
"; Carmageddon\n"
|
||||||
"[CARMA95]\n"
|
"[CARMA95]\n"
|
||||||
"renderer=opengl\n"
|
"renderer=opengl\n"
|
||||||
|
@ -423,6 +415,14 @@ static void cfg_create_ini()
|
||||||
"renderer=opengl\n"
|
"renderer=opengl\n"
|
||||||
"noactivateapp=true\n"
|
"noactivateapp=true\n"
|
||||||
"\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"
|
"; Command & Conquer Gold\n"
|
||||||
"[C&C95]\n"
|
"[C&C95]\n"
|
||||||
"maxgameticks=120\n"
|
"maxgameticks=120\n"
|
||||||
|
@ -584,13 +584,13 @@ static void cfg_create_ini()
|
||||||
"fixwndprochook=true\n"
|
"fixwndprochook=true\n"
|
||||||
"singlecpu=false\n"
|
"singlecpu=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Grand Theft Auto: 1969\n"
|
"; Grand Theft Auto: London 1969\n"
|
||||||
"[gta_uk]\n"
|
"[gta_uk]\n"
|
||||||
"renderer=opengl\n"
|
"renderer=opengl\n"
|
||||||
"fixwndprochook=true\n"
|
"fixwndprochook=true\n"
|
||||||
"singlecpu=false\n"
|
"singlecpu=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Grand Theft Auto: 1961\n"
|
"; Grand Theft Auto: London 1961\n"
|
||||||
"[Gta_61]\n"
|
"[Gta_61]\n"
|
||||||
"renderer=opengl\n"
|
"renderer=opengl\n"
|
||||||
"fixwndprochook=true\n"
|
"fixwndprochook=true\n"
|
||||||
|
|
Loading…
Reference in a new issue