* GXFIFO DMA (note: Mario Slam Basketball keeps overflowing the FIFO for whatever reason, probably lack of proper DMA timings)

* start implementing matrix shit
This commit is contained in:
StapleButter
2017-02-08 21:30:10 +01:00
parent 796dc58f71
commit 49fd4ccb45
6 changed files with 436 additions and 16 deletions

View File

@ -376,6 +376,8 @@ s32 ARM::Execute()
//if (R[15]==0x037F9364) printf("R8=%08X R9=%08X\n", R[8], R[9]);
// gross hack
// TODO, though: move timer code here too?
// quick testing shows that moving this to the NDS loop doesn't really slow things down
if (Num==0)
{
s32 diff = Cycles - lastcycles;