mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-09 18:45:40 +00:00
Good Job Windows. Fixes compiling...
This commit is contained in:
parent
bab2534c36
commit
b6e9a75bdf
@ -31,8 +31,6 @@ namespace DriverDetails
|
|||||||
{BUG_BROKENINFOLOG, 300, -1.0, -1.0},
|
{BUG_BROKENINFOLOG, 300, -1.0, -1.0},
|
||||||
{BUG_BROKENBUFFERS, 300, 14.0, -1.0},
|
{BUG_BROKENBUFFERS, 300, 14.0, -1.0},
|
||||||
};
|
};
|
||||||
BugInfo m_armbugs[] = {
|
|
||||||
};
|
|
||||||
|
|
||||||
std::map<std::pair<Vendor, Bug>, BugInfo> m_bugs;
|
std::map<std::pair<Vendor, Bug>, BugInfo> m_bugs;
|
||||||
|
|
||||||
@ -46,8 +44,6 @@ namespace DriverDetails
|
|||||||
m_bugs[std::make_pair(m_vendor, m_qualcommbugs[a].m_bug)] = m_qualcommbugs[a];
|
m_bugs[std::make_pair(m_vendor, m_qualcommbugs[a].m_bug)] = m_qualcommbugs[a];
|
||||||
break;
|
break;
|
||||||
case VENDOR_ARM:
|
case VENDOR_ARM:
|
||||||
for (unsigned int a = 0; a < (sizeof(m_armbugs) / sizeof(BugInfo)); ++a)
|
|
||||||
m_bugs[std::make_pair(m_vendor, m_armbugs[a].m_bug)] = m_armbugs[a];
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user