Recent content by SeanStar555

  1. SeanStar555

    Tutorial NAND Dumping 2DS/3DS/3DS XL/N3DS/N3DS XL!

    The command dd will work (commonly joked as being called "disk destroyer", keep that in mind) sudo dd if=/dev/diskX of=nand.bin bs=1m to dump the nand and sudo dd if=patched_nand.bin of=/dev/diskX bs=1m to flash it back (making sure that you have the correct disk) This won't help with the...
  2. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    perhaps you forgot to install the TWLNAND side cia for twloader. (located at sd:/_nds/twloader/cia) edit:Nevermind, I need to read more carefully at other posts in the thread..
  3. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    That's the correct repo, but you'll want to select the card branch instead of using master.
  4. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    Latest commit "Test" (799f82a) seems to be a regression. Doesn't seem any faster, just causes game freezes.
  5. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    It shouldn't make any difference.
  6. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    That's not how this works, that's not how any of this works.
  7. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    This isn't even a prerelease. Not even an alpha build provided by the devs yet (I compiled and uploaded it myself). When the devs do release, I'm sure game compatibility will be much better..
  8. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    Bomberman works.
  9. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    You realize this is a WIP, right?
  10. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    https://dl.dropboxusercontent.com/u/281616569/bootstrap-dldi.nds
  11. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    If you took one glance at the github you'd be able to tell this is a legitimate attempt. Shutterbug's collaboration is significant.
  12. SeanStar555

    Homebrew DS(i) Mode hacking progress thread

    You need ahezard's fork of libnds: https://github.com/ahezard/libnds Compile it and stick it in with devkitPro. You need to compile it first..