diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp index f239cee81..73ed8f5d5 100644 --- a/src/d3d11/d3d11_device.cpp +++ b/src/d3d11/d3d11_device.cpp @@ -1148,7 +1148,7 @@ namespace dxvk { info->MapNoOverwriteOnDynamicBufferSRV = TRUE; info->MultisampleRTVWithForcedSampleCountOne = FALSE; info->SAD4ShaderInstructions = FALSE; - info->ExtendedDoublesShaderInstructions = FALSE; + info->ExtendedDoublesShaderInstructions = TRUE; info->ExtendedResourceSharing = FALSE; } return S_OK;