From 25bb8e3d4cecd2d0885b05d1f305f500d76ec8b6 Mon Sep 17 00:00:00 2001 From: baldurk Date: Sat, 19 Sep 2020 15:02:24 +0100 Subject: [PATCH] Restore D3D11 driver bug workaround --- renderdoc/driver/d3d11/d3d11_device.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/renderdoc/driver/d3d11/d3d11_device.cpp b/renderdoc/driver/d3d11/d3d11_device.cpp index a7b648008..b3fec71d9 100644 --- a/renderdoc/driver/d3d11/d3d11_device.cpp +++ b/renderdoc/driver/d3d11/d3d11_device.cpp @@ -232,7 +232,6 @@ WrappedID3D11Device::WrappedID3D11Device(ID3D11Device *realDevice, D3D11InitPara // ATI workaround - these dlls can get unloaded and cause a crash. - /* if(GetModuleHandleA("aticfx32.dll")) LoadLibraryA("aticfx32.dll"); if(GetModuleHandleA("atiuxpag.dll")) @@ -251,7 +250,6 @@ WrappedID3D11Device::WrappedID3D11Device(ID3D11Device *realDevice, D3D11InitPara if(GetModuleHandleA("nvwgf2umx.dll")) LoadLibraryA("nvwgf2umx.dll"); - */ } WrappedID3D11Device::~WrappedID3D11Device()