diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp index bb7a87a2..55a694fc 100644 --- a/src/d3d11/d3d11_device.cpp +++ b/src/d3d11/d3d11_device.cpp @@ -1646,7 +1646,7 @@ namespace dxvk { info->TypedUAVLoadAdditionalFormats = features.core.features.shaderStorageImageReadWithoutFormat; info->ROVsSupported = FALSE; info->ConservativeRasterizationTier = D3D11_CONSERVATIVE_RASTERIZATION_NOT_SUPPORTED; - info->MapOnDefaultTextures = FALSE; + info->MapOnDefaultTextures = TRUE; info->TiledResourcesTier = D3D11_TILED_RESOURCES_NOT_SUPPORTED; info->StandardSwizzle = FALSE; info->UnifiedMemoryArchitecture = FALSE; // Maybe on some APUs?