mirror of https://github.com/mgba-emu/mgba.git
DS GX: Fix MTX_SCALE applying to vector matrix
This commit is contained in:
parent
3c70b046dd
commit
50d89e4b27
|
@ -814,10 +814,8 @@ static void _fifoRun(struct mTiming* timing, void* context, uint32_t cyclesLate)
|
|||
case 0:
|
||||
DSGXMtxScale(&gx->projMatrix, m);
|
||||
break;
|
||||
case 2:
|
||||
DSGXMtxScale(&gx->vecMatrix, m);
|
||||
// Fall through
|
||||
case 1:
|
||||
case 2:
|
||||
DSGXMtxScale(&gx->posMatrix, m);
|
||||
break;
|
||||
case 3:
|
||||
|
|
Loading…
Reference in New Issue