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

add preset for 101: The Airborne Invasion of Normandy and SimTunes

This commit is contained in:
FunkyFr3sh 2025-01-02 01:25:55 +01:00
parent ed8584129d
commit 7edf2c35b3

View File

@ -391,6 +391,10 @@ static void cfg_create_ini()
"; The following settings override all settings shown above, section name = executable name\n" "; The following settings override all settings shown above, section name = executable name\n"
"\n" "\n"
"\n" "\n"
"; 101: The Airborne Invasion of Normandy\n"
"[101]\n"
"terminate_process=true"
"\n"
"; 7th Legion\n" "; 7th Legion\n"
"[legion]\n" "[legion]\n"
"maxgameticks=25\n" "maxgameticks=25\n"
@ -1683,6 +1687,10 @@ static void cfg_create_ini()
"minfps=-2\n" "minfps=-2\n"
"maxgameticks=60" "maxgameticks=60"
"\n" "\n"
"; SimTunes\n"
"[SIMTUNES]\n"
"terminate_process=true"
"\n"
"; Shadow Watch\n" "; Shadow Watch\n"
"[sw]\n" "[sw]\n"
"adjmouse=true\n" "adjmouse=true\n"