Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops. Fix a typo in the DriverDetails change.
  • Loading branch information
Sonicadvance1 committed Dec 6, 2013
1 parent faf8792 commit 14d9802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/Src/DriverDetails.cpp
Expand Up @@ -86,7 +86,7 @@ namespace DriverDetails
for(auto& bug : m_known_bugs)
{
if(
( bug.m_vendor & m_vendor ) &&
( bug.m_os & m_os ) &&
( bug.m_vendor == m_vendor || bug.m_vendor == VENDOR_ALL ) &&
( bug.m_driver == m_driver || bug.m_driver == DRIVER_ALL ) &&
( bug.m_versionstart <= m_version || bug.m_versionstart == -1 ) &&
Expand Down

0 comments on commit 14d9802

Please sign in to comment.