DS GX: Temporarily remove DMA chunking

This commit is contained in:
Vicki Pfau 2017-03-20 10:06:08 -07:00
parent a309e38e33
commit 35b6b7ddb4
1 changed files with 0 additions and 3 deletions

View File

@ -1637,9 +1637,6 @@ void DSGXUpdateGXSTAT(struct DSGX* gx) {
gx->dmaSource = -1;
} else if (GBADMARegisterIsEnable(dma->reg) && entries < (DS_GX_FIFO_SIZE / 2) && !dma->nextCount) {
dma->nextCount = dma->count;
if (dma->count > 112) {
dma->nextCount = 112;
}
dma->when = mTimingCurrentTime(&gx->p->ds9.timing);
DSDMAUpdate(&gx->p->ds9);
}