DS GX: Fix not updating clipping matrix all the time

This commit is contained in:
Vicki Pfau 2017-02-28 17:38:46 -08:00
parent 0454a30b2e
commit 4fd89496b4
1 changed files with 2 additions and 0 deletions

View File

@ -513,6 +513,7 @@ static void _fifoRun(struct mTiming* timing, void* context, uint32_t cyclesLate)
DSGXMtxTranslate(&gx->texMatrix, m);
break;
}
_updateClipMatrix(gx);
break;
}
case DS_GX_CMD_MTX_SCALE: {
@ -543,6 +544,7 @@ static void _fifoRun(struct mTiming* timing, void* context, uint32_t cyclesLate)
DSGXMtxScale(&gx->texMatrix, m);
break;
}
_updateClipMatrix(gx);
break;
}
case DS_GX_CMD_COLOR: