We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed85841 commit 7edf2c3Copy full SHA for 7edf2c3
src/config.c
@@ -391,6 +391,10 @@ static void cfg_create_ini()
391
"; The following settings override all settings shown above, section name = executable name\n"
392
"\n"
393
394
+ "; 101: The Airborne Invasion of Normandy\n"
395
+ "[101]\n"
396
+ "terminate_process=true"
397
+ "\n"
398
"; 7th Legion\n"
399
"[legion]\n"
400
"maxgameticks=25\n"
@@ -1683,6 +1687,10 @@ static void cfg_create_ini()
1683
1687
"minfps=-2\n"
1684
1688
"maxgameticks=60"
1685
1689
1690
+ "; SimTunes\n"
1691
+ "[SIMTUNES]\n"
1692
1693
1686
1694
"; Shadow Watch\n"
1695
"[sw]\n"
1696
"adjmouse=true\n"
0 commit comments