Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[d3d11] Explicitly convert DxvkExt to bool in D3D11DeviceFeatures
When assigning to a BOOL (which is an uint in disguise) and using explicit bool conversion operators (introduced in a latter commit) an explicit cast is required.
- Loading branch information