mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
GL/RSX: Let backend call LoadVertex themselves.
This commit is contained in:
parent
4485e6b869
commit
5abeec85cc
2 changed files with 2 additions and 4 deletions
|
@ -907,8 +907,6 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
|
|||
|
||||
//LOG_WARNING(RSX, "NV4097_DRAW_ARRAYS: %d - %d", first, _count);
|
||||
|
||||
LoadVertexData(first, _count);
|
||||
|
||||
if (first < m_draw_array_first)
|
||||
{
|
||||
m_draw_array_first = first;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue