1
0
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:
FunkyFr3sh 2021-08-04 15:53:58 +02:00
parent 21790200af
commit 20357e666f

View File

@ -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"