mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
enable fpupreserve by default
This commit is contained in:
parent
63e2e69763
commit
2154d13b14
@ -357,10 +357,6 @@ static void cfg_create_ini()
|
|||||||
"; Note: Disables upscaling if a child window was detected\n"
|
"; Note: Disables upscaling if a child window was detected\n"
|
||||||
"fixchilds=2\n"
|
"fixchilds=2\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Set the precision for Direct3D9 floating-point calculations to the precision used by the calling thread\n"
|
|
||||||
"; Note: Enable this if there are desyncs in online games\n"
|
|
||||||
"fpupreserve=false\n"
|
|
||||||
"\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"; Undocumented settings\n"
|
"; Undocumented settings\n"
|
||||||
"d3d9_adapter=0\n"
|
"d3d9_adapter=0\n"
|
||||||
@ -386,6 +382,7 @@ static void cfg_create_ini()
|
|||||||
"bpp=0\n"
|
"bpp=0\n"
|
||||||
"rgb555=false\n"
|
"rgb555=false\n"
|
||||||
"hook_peekmessage=false\n"
|
"hook_peekmessage=false\n"
|
||||||
|
"fpupreserve=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user