diff --git a/src/d3d9/d3d9_device.cpp b/src/d3d9/d3d9_device.cpp index 79a3b5542..cdfdfea08 100644 --- a/src/d3d9/d3d9_device.cpp +++ b/src/d3d9/d3d9_device.cpp @@ -1066,7 +1066,7 @@ namespace dxvk { ctx->resolveDepthStencilImage( cDstImage, cSrcImage, cRegion, VK_RESOLVE_MODE_AVERAGE_BIT_KHR, - VK_RESOLVE_MODE_AVERAGE_BIT_KHR); + VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR); } }); };