mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
add "Developer settings" to ddraw.ini
This commit is contained in:
parent
149a9d1ebe
commit
c7ec33a4ef
12
src/config.c
12
src/config.c
@ -395,6 +395,18 @@ static void cfg_create_ini()
|
|||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\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"
|
"; ### Game specific settings ###\n"
|
||||||
"; 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user