1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

rename Developer settings to Config program settings

This commit is contained in:
FunkyFr3sh 2023-08-23 19:23:43 +02:00
parent 8bbc053e30
commit 12943c3b81

View File

@ -304,12 +304,6 @@ static void cfg_create_ini()
"; Enable upscale hack for high resolution patches (Supports C&C1, Red Alert 1 and KKND Xtreme)\n" "; Enable upscale hack for high resolution patches (Supports C&C1, Red Alert 1 and KKND Xtreme)\n"
"vhack=false\n" "vhack=false\n"
"\n" "\n"
"; cnc-ddraw config program language, possible values: auto, english, chinese, german, spanish, russian, hungarian, french, italian\n"
"configlang=auto\n"
"\n"
"; cnc-ddraw config program theme, possible values: Windows10, Cobalt XEMedia\n"
"configtheme=Windows10\n"
"\n"
"; Where should screenshots be saved\n" "; Where should screenshots be saved\n"
"screenshotdir=.\\Screenshots\\\n" "screenshotdir=.\\Screenshots\\\n"
"\n" "\n"
@ -395,10 +389,16 @@ static void cfg_create_ini()
"\n" "\n"
"\n" "\n"
"\n" "\n"
"; ### Developer settings ###\n" "; ### Config program settings ###\n"
"; The following settings are for developers who like to share their custom preset with others\n" "; The following settings are for cnc-ddraw config.exe\n"
"\n" "\n"
"\n" "\n"
"; cnc-ddraw config program language, possible values: auto, english, chinese, german, spanish, russian, hungarian, french, italian\n"
"configlang=auto\n"
"\n"
"; cnc-ddraw config program theme, possible values: Windows10, Cobalt XEMedia\n"
"configtheme=Windows10\n"
"\n"
"; Hide the 'Compatibility Settings' tab in cnc-ddraw config\n" "; Hide the 'Compatibility Settings' tab in cnc-ddraw config\n"
"hide_compat_tab=false\n" "hide_compat_tab=false\n"
"\n" "\n"