DS GX: Allow adjusting texture params mid-polygon
Vicki Pfau vi@endrift.com
Sat, 18 Mar 2017 00:11:03 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/ds/gx.c
→
src/ds/gx.c
@@ -1470,6 +1470,7 @@ gx->nextPoly.texParams = entry.params[0];
gx->nextPoly.texParams |= entry.params[1] << 8; gx->nextPoly.texParams |= entry.params[2] << 16; gx->nextPoly.texParams |= entry.params[3] << 24; + gx->currentPoly.texParams = gx->nextPoly.texParams; break; case DS_GX_CMD_PLTT_BASE: gx->nextPoly.palBase = entry.params[0];