mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
BBox: remove now unreachable SW bbox implementation
This commit is contained in:
parent
acd074e291
commit
6b2a1e57e2
14 changed files with 15 additions and 161 deletions
|
@ -83,7 +83,7 @@ protected:
|
|||
if (expected_count == -1)
|
||||
expected_count = count;
|
||||
ResetPointers();
|
||||
int actual_count = m_loader->RunVertices(m_src, m_dst, count, GX_DRAW_POINTS);
|
||||
int actual_count = m_loader->RunVertices(m_src, m_dst, count);
|
||||
EXPECT_EQ(actual_count, expected_count);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue