mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Enable DX11 for Win7 as well
This commit is contained in:
parent
72892c7179
commit
11b229c235
1 changed files with 1 additions and 1 deletions
|
@ -1400,7 +1400,7 @@ again:
|
|||
{
|
||||
RendererType::Enum first = RendererType::Direct3D9;
|
||||
RendererType::Enum second = RendererType::Direct3D11;
|
||||
if (0x602 == getWindowsVersion() )
|
||||
if (0x601 == getWindowsVersion() )
|
||||
{
|
||||
first = RendererType::Direct3D11;
|
||||
second = RendererType::Direct3D9;
|
||||
|
|
Loading…
Reference in a new issue