mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
move configlang setting up
This commit is contained in:
parent
21790200af
commit
20357e666f
@ -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…
x
Reference in New Issue
Block a user