mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
rsx: fixed emulated primitive restart
This commit is contained in:
parent
2f414f96bf
commit
efe6a6cf53
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue