DS GX: Temporarily remove DMA chunking
Vicki Pfau vi@endrift.com
Mon, 20 Mar 2017 10:06:08 -0700
1 files changed,
0 insertions(+),
3 deletions(-)
jump to
M
src/ds/gx.c
→
src/ds/gx.c
@@ -1637,9 +1637,6 @@ if (GBADMARegisterGetTiming9(dma->reg) != DS_DMA_TIMING_GEOM_FIFO) {
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); }