From e271bc490e3b9e461813c48103910eb1c091971a Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 15 Aug 2018 20:12:41 +0200 Subject: [PATCH] [d3d11] Enable ExtendedDoublesShaderInstructions --- src/d3d11/d3d11_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;