Commit 37ff45cc authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Improve a Nvidia GPU recognition fallback.

parent fe81c618
......@@ -2136,7 +2136,7 @@ static enum wined3d_pci_device select_card_fallback_nvidia(const struct wined3d_
if (d3d_level >= 10)
return CARD_NVIDIA_GEFORCE_8800GTX;
if (d3d_level >= 9 && gl_info->supported[NV_VERTEX_PROGRAM3])
return CARD_NVIDIA_GEFORCE_6200;
return CARD_NVIDIA_GEFORCE_6800;
if (d3d_level >= 9)
return CARD_NVIDIA_GEFORCEFX_5800;
if (d3d_level >= 8)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment