Recent content by Toad King

  1. T

    Release DraStic Nintendo DS emulator

    All the WFC servers are looked up via simple DNS, so simply setting your own custom DNS server will work around that. The issue is during the authentication part of connection, the DS connects to a server through SSL and verifies that the server's SSL cert is signed by Nintendo's CA. Unless...
  2. T

    Release RetroArch (NES, SNES, Genesis, GBC, GBA, and more)

    I actually tried to do a libretro port of GnGeo, but I found that it depends way too much on SDL, and would take forever to extract all that and get a working version.
  3. T

    Release RetroArch (NES, SNES, Genesis, GBC, GBA, and more)

    I've ported Snes9x to the Raspberry Pi (ARMv6) and the issue is almost certainly an endianness one. Check out port.h, specifically for the LSB_FIRST or MSB_FIRST macros. Odds are the detection for little-endian is not working in the Pandora SDK environment so it defaults to big-endian, which is...
Back
Top