mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 22:55:04 -06: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)
|
for (int i = 0; i < index_count; ++i)
|
||||||
{
|
{
|
||||||
if (indices[i] == UINT16_MAX)
|
if (indices[i] == restart_index)
|
||||||
{
|
{
|
||||||
if (last_start >= 0)
|
if (last_start >= 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user