diff --git a/src/config.c b/src/config.c index a9627b9..b0a1a20 100644 --- a/src/config.c +++ b/src/config.c @@ -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"