diff --git a/src/d3d10/d3d10_device.cpp b/src/d3d10/d3d10_device.cpp index 74be54ee1..38df51033 100644 --- a/src/d3d10/d3d10_device.cpp +++ b/src/d3d10/d3d10_device.cpp @@ -657,8 +657,7 @@ namespace dxvk { HRESULT STDMETHODCALLTYPE D3D10Device::CheckFormatSupport( DXGI_FORMAT Format, UINT* pFormatSupport) { - Logger::err("D3D10Device::CheckFormatSupport: Not implemented"); - return E_NOTIMPL; + return m_device->CheckFormatSupport(Format, pFormatSupport); }