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

add preset

This commit is contained in:
FunkyFr3sh 2021-05-24 09:48:11 +02:00
parent 4ca412b754
commit a6f342f7c5

View File

@ -585,6 +585,10 @@ static void cfg_create_ini()
"[Wiz8]\n"
"passthrough=false\n"
"\n"
"; Steel Panthers: World At War\n"
"[MECH]\n"
"renderer=opengl\n"
"\n"
, fh);
fclose(fh);