mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
move font settings to the top
This commit is contained in:
parent
e4eafef652
commit
f83baafcf6
@ -243,6 +243,12 @@ static void cfg_create_ini()
|
||||
"; Possible values: 0 = nearest-neighbor, 1 = bilinear, 2 = bicubic, 3 = lanczos (bicubic/lanczos only support 16/32bit color depth games)\n"
|
||||
"d3d9_filter=2\n"
|
||||
"\n"
|
||||
"; Disable font smoothing for fonts that are smaller than size X\n"
|
||||
"anti_aliased_fonts_min_size=13\n"
|
||||
"\n"
|
||||
"; Raise the size of small fonts to X\n"
|
||||
"min_font_size=0\n"
|
||||
"\n"
|
||||
"; Enable upscale hack for high resolution patches (Supports C&C1, Red Alert 1, Worms 2 and KKND Xtreme)\n"
|
||||
"vhack=false\n"
|
||||
"\n"
|
||||
@ -307,10 +313,8 @@ static void cfg_create_ini()
|
||||
"rgb555=false\n"
|
||||
"no_dinput_hook=false\n"
|
||||
"refresh_rate=0\n"
|
||||
"anti_aliased_fonts_min_size=13\n"
|
||||
"custom_width=0\n"
|
||||
"custom_height=0\n"
|
||||
"min_font_size=0\n"
|
||||
"direct3d_passthrough=false\n"
|
||||
"center_cursor_fix=false\n"
|
||||
";fake_mode=640x480x32\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user