1
0
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:
FunkyFr3sh 2021-06-03 20:39:29 +02:00
parent b1fc69a9ec
commit 42f1821c8e

View File

@ -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);