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

add "Developer settings" to ddraw.ini

This commit is contained in:
FunkyFr3sh 2023-08-21 12:34:45 +02:00
parent 149a9d1ebe
commit c7ec33a4ef

View File

@ -395,6 +395,18 @@ static void cfg_create_ini()
"\n"
"\n"
"\n"
"; ### Developer settings ###\n"
"; The following settings are for developers who like to share their custom preset with others\n"
"\n"
"\n"
"; Hide the 'Compatibility Settings' tab in cnc-ddraw config\n"
"hide_compat_tab=false\n"
"\n"
"; Allow the users to 'Restore default settings' via cnc-ddraw config\n"
"allow_reset=true\n"
"\n"
"\n"
"\n"
"; ### Game specific settings ###\n"
"; The following settings override all settings shown above, section name = executable name\n"
"\n"