On 32bit we should try DX9 too on Win 8

This commit is contained in:
Miodrag Milanovic 2015-01-13 16:03:50 +01:00
parent 4e39749b1e
commit 13ca8fc45b

View file

@ -1365,6 +1365,8 @@ again:
{ {
first = RendererType::Direct3D11 /* Direct3D12 */; first = RendererType::Direct3D11 /* Direct3D12 */;
second = RendererType::Direct3D11; second = RendererType::Direct3D11;
if (!s_rendererCreator[second].supported)
second = RendererType::Direct3D9;
} }
else if (windowsVersionIsOrAbove(0x0601) ) else if (windowsVersionIsOrAbove(0x0601) )
{ {