On 32bit we should try DX9 too on Win 8
This commit is contained in:
parent
4e39749b1e
commit
13ca8fc45b
@ -1365,6 +1365,8 @@ again:
|
||||
{
|
||||
first = RendererType::Direct3D11 /* Direct3D12 */;
|
||||
second = RendererType::Direct3D11;
|
||||
if (!s_rendererCreator[second].supported)
|
||||
second = RendererType::Direct3D9;
|
||||
}
|
||||
else if (windowsVersionIsOrAbove(0x0601) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user