64-bit build. make library paths not absolute.

This commit is contained in:
StapleButter
2017-03-16 19:47:31 +01:00
parent 0b3d150a71
commit 10ca9b6f7f
3 changed files with 16 additions and 8 deletions

View File

@ -311,8 +311,8 @@ void Reset()
// test
//LoadROM();
//LoadFirmware();
// a_interp2.nds a_rounding (10) (11)
if (NDSCart::LoadROM("rom/nsmb.nds"))
// a_interp2.nds a_rounding (10) (11) a_slope (5)
if (NDSCart::LoadROM("rom/sm64ds.nds"))
Running = true; // hax
}