1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add GTA preset

This commit is contained in:
FunkyFr3sh 2021-06-02 14:29:44 +02:00
parent 96714b01c0
commit e9a5066ba3

View File

@ -614,6 +614,12 @@ static void cfg_create_ini()
"renderer=opengl\n"
"noactivateapp=true\n"
"\n"
"; Grand Theft Auto\n"
"[Grand Theft Auto]\n"
"renderer=opengl\n"
"fixwndprochook=true\n"
"singlecpu=false\n"
"\n"
, fh);
fclose(fh);