mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
rsx: fixed emulated primitive restart
This commit is contained in:
parent
2f414f96bf
commit
efe6a6cf53
@ -299,7 +299,7 @@ namespace rsx
|
||||
|
||||
for (int i = 0; i < index_count; ++i)
|
||||
{
|
||||
if (indices[i] == UINT16_MAX)
|
||||
if (indices[i] == restart_index)
|
||||
{
|
||||
if (last_start >= 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user