mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
rename Developer settings to Config program settings
This commit is contained in:
parent
8bbc053e30
commit
12943c3b81
16
src/config.c
16
src/config.c
@ -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"
|
||||
"vhack=false\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"
|
||||
"screenshotdir=.\\Screenshots\\\n"
|
||||
"\n"
|
||||
@ -395,10 +389,16 @@ 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"
|
||||
"; ### Config program settings ###\n"
|
||||
"; The following settings are for cnc-ddraw config.exe\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_compat_tab=false\n"
|
||||
"\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user