Search found 2 matches

by svpe
Wed Mar 26, 2008 9:20 pm
Forum: Google Summer of Code
Topic: libfat port to Wii/GC
Replies: 2
Views: 18824

Re: libfat port to Wii/GC

I'm pretty much done with the libfat code for reading from the slot now. The SD slot is accessed using the IOS device node /dev/sdio/slot0 and some ioctl(v) requests. I haven't tried to write data to the card yet but I think that should also be very easy now. I should be done with the port in one or...
by svpe
Thu Mar 20, 2008 3:26 pm
Forum: Google Summer of Code
Topic: libfat port to Wii/GC
Replies: 2
Views: 18824

libfat port to Wii/GC

hi, I have read that you are searching someone to help porting libfat to GC/Wii. I have looked at the source code from you CVS today and I think that I'm able to port it. The GC part should be pretty easy because i could reuse the code from libsdcard's card_io.c which doesn't seem to be buggy. I don...