mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
#96 add gta expansion presets
This commit is contained in:
parent
b1fc69a9ec
commit
42f1821c8e
12
src/config.c
12
src/config.c
@ -616,6 +616,18 @@ static void cfg_create_ini()
|
|||||||
"fixwndprochook=true\n"
|
"fixwndprochook=true\n"
|
||||||
"singlecpu=false\n"
|
"singlecpu=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"; Grand Theft Auto: 1969\n"
|
||||||
|
"[gta_uk]\n"
|
||||||
|
"renderer=opengl\n"
|
||||||
|
"fixwndprochook=true\n"
|
||||||
|
"singlecpu=false\n"
|
||||||
|
"\n"
|
||||||
|
"; Grand Theft Auto: 1961\n"
|
||||||
|
"[Gta_61]\n"
|
||||||
|
"renderer=opengl\n"
|
||||||
|
"fixwndprochook=true\n"
|
||||||
|
"singlecpu=false\n"
|
||||||
|
"\n"
|
||||||
|
|
||||||
, fh);
|
, fh);
|
||||||
fclose(fh);
|
fclose(fh);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user