d3d11_scaler: mark Intel Super Resolution detection as not possible

This commit is contained in:
Steve Lhomme 2024-03-20 13:19:13 +01:00 committed by Jean-Baptiste Kempf
parent 58d43b1259
commit 12511587fe
1 changed files with 1 additions and 2 deletions

View File

@ -130,8 +130,7 @@ checked:
}
else if (d3d_dev->adapterDesc.VendorId == GPU_MANUFACTURER_INTEL)
{
// TODO refine which GPU and drivers can do it
canProcess = true;
canProcess = true; // detection doesn't work
}
#ifdef HAVE_AMF_SCALER
else if (d3d_dev->adapterDesc.VendorId == GPU_MANUFACTURER_AMD)