add some more presets
This commit is contained in:
parent
80513f1458
commit
3388526a4c
1 changed files with 14 additions and 0 deletions
14
src/config.c
14
src/config.c
|
@ -524,6 +524,20 @@ static void cfg_create_ini()
|
||||||
"[LOCO]\n"
|
"[LOCO]\n"
|
||||||
"handlemouse=false\n"
|
"handlemouse=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Age of Wonders\n"
|
||||||
|
"[AoWSM]\n"
|
||||||
|
"windowed=true\n"
|
||||||
|
"fullscreen=false\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"hook=2\n"
|
||||||
|
"\n"
|
||||||
|
"; Age of Wonders 2\n"
|
||||||
|
"[AoW2]\n"
|
||||||
|
"windowed=true\n"
|
||||||
|
"fullscreen=false\n"
|
||||||
|
"renderer=gdi\n"
|
||||||
|
"hook=2\n"
|
||||||
|
"\n"
|
||||||
|
|
||||||
, fh);
|
, fh);
|
||||||
fclose(fh);
|
fclose(fh);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue