enable fpupreserve by default
This commit is contained in:
parent
63e2e69763
commit
2154d13b14
1 changed files with 1 additions and 4 deletions
|
@ -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…
Reference in a new issue