DS GX: Fix FIFO scheduling
Vicki Pfau vi@endrift.com
Thu, 02 Mar 2017 01:08:29 -0800
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
src/ds/gx.c
→
src/ds/gx.c
@@ -1089,11 +1089,11 @@ gx->swapBuffers = false;
gx->bufferIndex ^= 1; gx->vertexIndex = 0; gx->polygonIndex = 0; + if (CircleBufferSize(&gx->fifo)) { + mTimingSchedule(&gx->p->ds9.timing, &gx->fifoEvent, 0); + } } - if (CircleBufferSize(&gx->fifo)) { - mTimingSchedule(&gx->p->ds9.timing, &gx->fifoEvent, 0); - } DSGXUpdateGXSTAT(gx); }