adjust presets
This commit is contained in:
parent
76634ab84e
commit
3317bdebf9
1 changed files with 15 additions and 5 deletions
20
src/config.c
20
src/config.c
|
@ -339,21 +339,29 @@ static void cfg_create_ini()
|
|||
"\n"
|
||||
"; Age of Empires\n"
|
||||
"[empires]\n"
|
||||
"renderer=opengl\n"
|
||||
"nonexclusive=true\n"
|
||||
"fixpitch=true\n"
|
||||
"handlemouse=false\n"
|
||||
"\n"
|
||||
"; Age of Empires: The Rise of Rome\n"
|
||||
"[empiresx]\n"
|
||||
"renderer=opengl\n"
|
||||
"nonexclusive=true\n"
|
||||
"fixpitch=true\n"
|
||||
"handlemouse=false\n"
|
||||
"\n"
|
||||
"; Age of Empires II\n"
|
||||
"[EMPIRES2]\n"
|
||||
"renderer=opengl\n"
|
||||
"nonexclusive=true\n"
|
||||
"fixpitch=true\n"
|
||||
"handlemouse=false\n"
|
||||
"\n"
|
||||
"; Age of Empires II: The Conquerors\n"
|
||||
"[age2_x1]\n"
|
||||
"renderer=opengl\n"
|
||||
"nonexclusive=true\n"
|
||||
"fixpitch=true\n"
|
||||
"handlemouse=false\n"
|
||||
"\n"
|
||||
|
@ -400,6 +408,11 @@ static void cfg_create_ini()
|
|||
"nonexclusive=true\n"
|
||||
"fixpitch=true\n"
|
||||
"\n"
|
||||
"; Blood II - The Chosen / Shogo - Mobile Armor Division\n"
|
||||
"[Client]\n"
|
||||
"checkfile=.\\SOUND.REZ\n"
|
||||
"noactivateapp=true\n"
|
||||
"\n"
|
||||
"; Carmageddon\n"
|
||||
"[CARMA95]\n"
|
||||
"renderer=opengl\n"
|
||||
|
@ -506,6 +519,8 @@ static void cfg_create_ini()
|
|||
"\n"
|
||||
"; Caesar III\n"
|
||||
"[c3]\n"
|
||||
"renderer=opengl\n"
|
||||
"nonexclusive=true\n"
|
||||
"handlemouse=false\n"
|
||||
"\n"
|
||||
"; Chris Sawyer's Locomotion\n"
|
||||
|
@ -668,11 +683,6 @@ static void cfg_create_ini()
|
|||
"renderer=opengl\n"
|
||||
"nonexclusive=true\n"
|
||||
"\n"
|
||||
"; Shogo - Mobile Armor Division\n"
|
||||
"[Client]\n"
|
||||
"checkfile=.\\Shogo.exe\n"
|
||||
"noactivateapp=true\n"
|
||||
"\n"
|
||||
"; Star Wars: Galactic Battlegrounds\n"
|
||||
"[battlegrounds]\n"
|
||||
"fixpitch=true\n"
|
||||
|
|
Loading…
Reference in a new issue