mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Oops. Fix a typo in the DriverDetails change.
This commit is contained in:
parent
faf8792351
commit
14d9802ea4
@ -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 ) &&
|
||||
|
Loading…
Reference in New Issue
Block a user