'FIFO full' hack for SM64DS.

This commit is contained in:
StapleButter
2017-02-17 19:34:41 +01:00
parent 97d76addd9
commit 261689d3d1
4 changed files with 15 additions and 10 deletions

View File

@ -311,7 +311,7 @@ void Reset()
// test
//LoadROM();
//LoadFirmware();
if (NDSCart::LoadROM("rom/nsmb.nds"))
if (NDSCart::LoadROM("rom/sm64ds.nds"))
Running = true; // hax
}