mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
* 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:
3
NDS.cpp
3
NDS.cpp
@ -307,7 +307,7 @@ void Reset()
|
||||
// test
|
||||
//LoadROM();
|
||||
//LoadFirmware();
|
||||
if (NDSCart::LoadROM("rom/nsmb.nds"))
|
||||
if (NDSCart::LoadROM("rom/Simple_Tri.nds"))
|
||||
Running = true; // hax
|
||||
}
|
||||
|
||||
@ -377,6 +377,7 @@ void RunFrame()
|
||||
ARM7Offset = ARM7->Cycles - ARM7->CyclesToRun;
|
||||
|
||||
RunSystem(ndscyclestorun);
|
||||
//GPU3D::Run(ndscyclestorun);
|
||||
|
||||
/*while (ndscycles < ndscyclestorun)
|
||||
{
|
||||
|
Reference in New Issue
Block a user