Skip to content

d3d11_fmt: don't assert if the driver can't be read the old way

Steve Lhomme requested to merge robUx4/vlc:driver-check into master

The assert is only useful to check the values match, not that D3D11_GetSystemDriver() may fail, which happens on Windows ARM.

Fixes #28787 (closed)

Merge request reports