diff --git a/src/d3d11/d3d11_context.cpp b/src/d3d11/d3d11_context.cpp index 4c1a02e9..707e008e 100644 --- a/src/d3d11/d3d11_context.cpp +++ b/src/d3d11/d3d11_context.cpp @@ -214,8 +214,6 @@ namespace dxvk { ID3D11Resource* pResource, UINT Subresource) { // There's literally nothing we have to do here at the moment - this->Flush(); - m_device->waitForIdle(); }