calculate vertices.

it doesn't do much, but hey, it's a start.
This commit is contained in:
StapleButter
2017-02-09 02:39:52 +01:00
parent 49fd4ccb45
commit 2bd67aef64
3 changed files with 207 additions and 41 deletions

View File

@ -126,7 +126,7 @@ void DMA::Start()
NDS::TriggerIRQ(CPU, NDS::IRQ_DMA0 + Num);
return;
}
if (StartMode == 0x07)printf("GXFIFO DMA %08X %08X\n", Cnt, CurSrcAddr);
//if (StartMode == 0x07)printf("GXFIFO DMA %08X %08X\n", Cnt, CurSrcAddr);
u32 num = RemCount;
if (StartMode == 0x07 && num > 112)
num = 112;