mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
@ -87,7 +87,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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user