Skip to content

Commit 0a8f216

Browse files
authored
Merge pull request #304 from fjtrujy/missing_sceGuUpdateStallAddr
Add missing _sceGuUpdateStallAddr
2 parents e3c184f + afc560e commit 0a8f216

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/gu/sceGuDrawBezier.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ void sceGuDrawBezier(int vertex_type, int ucount, int vcount, const void *indice
2626
}
2727

2828
sendCommandi(BEZIER, (vcount << 8) | ucount);
29+
_sceGuUpdateStallAddr();
2930
}

src/gu/sceGuDrawSpline.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ void sceGuDrawSpline(int vertex_type, int ucount, int vcount, int uedge, int ved
2626
}
2727

2828
sendCommandi(SPLINE, (vedge << 18) | (uedge << 16) | (vcount << 8) | ucount);
29+
_sceGuUpdateStallAddr();
2930
}

0 commit comments

Comments
 (0)