Recent content by xdpirate

  1. xdpirate

    Homebrew Discussion [POLL] FAT32 vs. exFAT | issue discussion

    exFAT on 5.1.0, because it's 2018, not 1996 (no joke, fat32 was introduced in 1996, 22 years ago). If a homebrew application corrupts an exFAT card, the fault lies either with a) the homebrew or b) the libraries the homebrew uses. I've mainly been playing backups and doing the odd Checkpoint...
  2. xdpirate

    Homebrew RELEASE 90DNS: DNS server for blocking all Nintendo Servers

    Can this be combined with pi-hole on the same box without either interfering with one another? Edit: Yes it can. Just put dnsmasq.conf from the 90DNS repo in /etc/dnsmasq.d as "02-90dns.conf" or something similar, replace all instances of "192.168.0.1" in it with your pihole's IP, save the...
  3. xdpirate

    Hacking Legit games not loading on CFW Rogero 4.55

    Try installing and running the BD Redirection Reset plugin. http://store.brewology.com/ahomebrew.php?brewid=201 (or via rightmost Multiman menu)
  4. xdpirate

    Hacking Installed CFW, now what?

    Multiman and Showtime comes bundled if I recall correctly. Multiman is a backup manager (and a swiss army knife, really, it can launch and manage PSX/PS2/emulated games, has a file manager, and loads of other functions). Showtime is a media player, with a plugin it can play DVD/BDs, YouTube...
  5. xdpirate

    Gaming Doctor who eternity clock.

    I played the PC version of Eternity Clock, and if they're about the same game, it's very average and mediocre. It's not horrible, but not insanely good either. If you're a hardcore fan, play it. If not, you can play it anyway as it's only 4-5 hours long.
  6. xdpirate

    Hacking Nintendo 2DS October 12th

    £110? Not worth it. If it was £80-90 I'd bite. It looks awful as well.
  7. xdpirate

    ROM Hack Custom Bios

    Nice one word post, bro. On-topic: There are no tools to modify the DS firmware. Even if there were, there is no way to get it back on the device, the FW is read-only.
  8. xdpirate

    Homebrew Emulation GameYob, a gameboy emulator for DS

    After compiling the newest commit last night, Kirby's Block Ball isn't working. Sound, fps and input are all fine (loaded a state to check), but the whole screen is a light shade of blue. This probably has to do with the new SGB support, as Kirby's Block Ball has a custom border and palette when...
  9. xdpirate

    Homebrew Emulation GameYob, a gameboy emulator for DS

    Huh? I've had the gbc bios on my computer for many years. I could've sworn I've had it for at least 8 years. That's not recent by any means.
  10. xdpirate

    Homebrew Emulation GameYob, a gameboy emulator for DS

    Thanks, launching via argv works wonderfully now!
  11. xdpirate

    Homebrew Emulation GameYob, a gameboy emulator for DS

    A BIOS location parameter in the .ini would be great since if launched via argv the BIOS doesn't launch.
  12. xdpirate

    ROM Hack Request: Tales of the Tempest Patch

    What does it matter when what he said had relevance to the thread? Thanks for letting us know that the translation has been done, mikeprado30. For anyone interested, you can get the patch here: http://a0t.co/2013/04/01/tales-of-the-tempest-patch-released/
  13. xdpirate

    Homebrew Emulation GameYob, a gameboy emulator for DS

    Hey! I made that! :p
  14. xdpirate

    Homebrew Emulation GameYob, a gameboy emulator for DS

    Ah, that's right. Thanks for the merge, just tested it on my R4i with Wood R4, works wonderfully. Edit: Updated console.cpp again, just figured out that calling exit(0) or returning from main on a card that *does not support* the Exit-to-Menu protocol, will actually reboot the console, so...
  15. xdpirate

    Homebrew Emulation GameYob, a gameboy emulator for DS

    I issued a pull request on github to add a menu option for exiting to launcher via the exit-to-menu protocol (link). Wood R4 supports this since v1.45 and I'm sure some other flashcard frontends support it as well. It's basically the same thing as soft-reset, but you don't have to press...