Skip to content

Commit

Permalink
restore rdpq_triangle functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Oct 30, 2024
1 parent 4374db8 commit 3568bef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rdpq/rsp_rdpq.S
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,9 @@ RDPQCmd_TriangleData:
sw a2, %lo(RDPQ_TRI_DATA0) + 4(a0) # Z
sw a3, %lo(RDPQ_TRI_DATA0) + 8(a0) # RGBA

li t0, 0xFF
+ sb t0, %lo(RDPQ_TRI_DATA0) + 7(a0) # TR flags

lw t0, CMD_ADDR(16, 28)
lw t1, CMD_ADDR(20, 28)
lw t2, CMD_ADDR(24, 28)
Expand Down

0 comments on commit 3568bef

Please sign in to comment.