#352 add preset for Age Of Wonders 1
This commit is contained in:
parent
03d82b86a4
commit
9671d810af
1 changed files with 16 additions and 0 deletions
16
src/config.c
16
src/config.c
|
@ -436,6 +436,22 @@ static void cfg_create_ini()
|
|||
"fake_mode=640x480x32\n"
|
||||
"nonexclusive=true\n"
|
||||
"\n"
|
||||
"; Age of Wonders\n"
|
||||
"[AoW]\n"
|
||||
"resolutions=2\n"
|
||||
"nonexclusive=false\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Age of Wonders\n"
|
||||
"[AoWCompat]\n"
|
||||
"resolutions=2\n"
|
||||
"nonexclusive=false\n"
|
||||
"singlecpu=false\n"
|
||||
"\n"
|
||||
"; Age of Wonders Config Tool\n"
|
||||
"[AoWSetup]\n"
|
||||
"resolutions=2\n"
|
||||
"\n"
|
||||
"; Age of Wonders 2\n"
|
||||
"[AoW2]\n"
|
||||
"resolutions=2\n"
|
||||
|
|
Loading…
Reference in a new issue