#123018 - bbraun - Sat Mar 24, 2007 5:07 pm
The SylphIRC web page says to either post a comment on their webpage, or here. Posting a comment on their website gave an error, so I thought I'd try here.
FYI, I have updated the SylphIRC 005 sources to the latest devkitPro (devkitARM R20), and ported SylphIRC to the newer libfat interface so it can use DLDI drivers. I've also added support for libcartreset (available here: http://licklick.wordpress.com/tag/libcartreset/), using L+R+A+B.
All of my changes including a diff, a zip archive of the complete source, and .ds.gba and .nds binaries can be found at: http://www.synack.net/~bbraun/sirc/
libcartreset uses the unexported symbol _partitions from libfat, but the most recent libfat has changed this to be _FAT_partitions. You'll need to change this in libcartreset and recompile for it to work.
I hope someone finds the changes useful.
FYI, I have updated the SylphIRC 005 sources to the latest devkitPro (devkitARM R20), and ported SylphIRC to the newer libfat interface so it can use DLDI drivers. I've also added support for libcartreset (available here: http://licklick.wordpress.com/tag/libcartreset/), using L+R+A+B.
All of my changes including a diff, a zip archive of the complete source, and .ds.gba and .nds binaries can be found at: http://www.synack.net/~bbraun/sirc/
libcartreset uses the unexported symbol _partitions from libfat, but the most recent libfat has changed this to be _FAT_partitions. You'll need to change this in libcartreset and recompile for it to work.
I hope someone finds the changes useful.