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" "renderer=opengl\n"
"noactivateapp=true\n" "noactivateapp=true\n"
"\n" "\n"
"; Grand Theft Auto\n"
"[Grand Theft Auto]\n"
"renderer=opengl\n"
"fixwndprochook=true\n"
"singlecpu=false\n"
"\n"
, fh); , fh);
fclose(fh); fclose(fh);