mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 20:45:22 +00:00
RSX: check vertex_draw_count
This commit is contained in:
parent
dcb3169f56
commit
1f4ebf1501
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ namespace rsx
|
|||
rsxthr->first_count_commands.push_back(std::make_pair(0, max_vertex_count));
|
||||
}
|
||||
|
||||
if (!rsxthr->first_count_commands.empty())
|
||||
if (!rsxthr->vertex_draw_count)
|
||||
{
|
||||
rsxthr->end();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue