move configlang setting up
This commit is contained in:
parent
21790200af
commit
20357e666f
1 changed files with 3 additions and 3 deletions
|
@ -289,6 +289,9 @@ 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\n"
|
||||||
|
"configlang=auto\n"
|
||||||
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; ### Compatibility settings ###\n"
|
"; ### Compatibility settings ###\n"
|
||||||
|
@ -323,9 +326,6 @@ static void cfg_create_ini()
|
||||||
"; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\n"
|
"; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\n"
|
||||||
"singlecpu=true\n"
|
"singlecpu=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; cnc-ddraw config program language, possible values: auto, english, chinese, german, spanish\n"
|
|
||||||
"configlang=auto\n"
|
|
||||||
"\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; ### Game specific settings ###\n"
|
"; ### Game specific settings ###\n"
|
||||||
|
|
Loading…
Reference in a new issue