mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
[Android] Qualcomm Swap hack isn't needed anymore due to the new StreamBuffer type.
This commit is contained in:
parent
952aa714fd
commit
4aba0135e1
3 changed files with 0 additions and 13 deletions
|
@ -29,7 +29,6 @@ namespace DriverDetails
|
|||
{BUG_NODYNUBOACCESS, 300, 14.0, -1.0},
|
||||
{BUG_BROKENCENTROID, 300, 14.0, -1.0},
|
||||
{BUG_BROKENINFOLOG, 300, -1.0, -1.0},
|
||||
{BUG_BROKENBUFFERS, 300, 14.0, -1.0},
|
||||
};
|
||||
|
||||
std::map<std::pair<Vendor, Bug>, BugInfo> m_bugs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue