mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 14:14:47 +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"
|
||||
"fixchilds=2\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"
|
||||
"; Undocumented settings\n"
|
||||
"d3d9_adapter=0\n"
|
||||
@ -386,6 +382,7 @@ static void cfg_create_ini()
|
||||
"bpp=0\n"
|
||||
"rgb555=false\n"
|
||||
"hook_peekmessage=false\n"
|
||||
"fpupreserve=true\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user