add GTA preset
This commit is contained in:
parent
96714b01c0
commit
e9a5066ba3
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue