mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00: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