From c7ec33a4ef727e3f640113d6ff566d3c09e3ff51 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Mon, 21 Aug 2023 12:34:45 +0200 Subject: [PATCH] add "Developer settings" to ddraw.ini --- src/config.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config.c b/src/config.c index ebf5c2f..0215716 100644 --- a/src/config.c +++ b/src/config.c @@ -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"