This commit is contained in:
Branimir Karadžić
2017-04-03 20:43:57 -07:00
parent 8b94c13e32
commit 423c655095
9 changed files with 59 additions and 56 deletions

View File

@@ -463,7 +463,7 @@ namespace bgfx { namespace d3d9
}
if (BX_ENABLED(BGFX_CONFIG_DEBUG_PERFHUD)
&& 0 != strstr(desc.Description, "PerfHUD") )
&& 0 != bx::strnstr(desc.Description, "PerfHUD") )
{
m_adapter = ii;
m_deviceType = D3DDEVTYPE_REF;