mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +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"
|
||||
"singlecpu=false\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);
|
||||
fclose(fh);
|
||||
|
Loading…
x
Reference in New Issue
Block a user