DS GX: Fix build

This commit is contained in:
Vicki Pfau 2017-03-01 18:15:48 -08:00
parent 560e928d58
commit bda216be93
1 changed files with 0 additions and 1 deletions

View File

@ -900,7 +900,6 @@ static void DSGXUnpackCommand(struct DSGX* gx, uint32_t command) {
gx->outstandingParams[1] = _gxCommandParams[gx->outstandingCommand[1]];
gx->outstandingParams[2] = _gxCommandParams[gx->outstandingCommand[2]];
gx->outstandingParams[3] = _gxCommandParams[gx->outstandingCommand[3]];
}
_flushOutstanding(gx);
}