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

add LOCO preset

This commit is contained in:
FunkyFr3sh 2020-10-22 21:40:46 +02:00
parent 8c965c56c0
commit 80513f1458

View File

@ -520,6 +520,10 @@ static void cfg_create_ini()
"noactivateapp=true\n"
"dk2hack=true\n"
"\n"
"; Chris Sawyer's Locomotion\n"
"[LOCO]\n"
"handlemouse=false\n"
"\n"
, fh);
fclose(fh);