From 50d89e4b27344bc060cb8c60abdf8cd4a3435089 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Wed, 8 Mar 2017 22:57:42 -0800 Subject: [PATCH] DS GX: Fix MTX_SCALE applying to vector matrix --- src/ds/gx.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ds/gx.c b/src/ds/gx.c index 472be86ee..ebc1d4578 100644 --- a/src/ds/gx.c +++ b/src/ds/gx.c @@ -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: