Welcome! Log In Create A New Profile

Advanced

SD access documentation

Posted by JustWoody 
SD access documentation
August 15, 2008 02:56PM
Does anyone know of any documentation on Wii SD card access, writing and reading files from SD, etc?
Re: SD access documentation
August 15, 2008 05:16PM
#include 
then in beginning of main function add

fatInitDefault();

and add -lfat to your Makefile LIBS line , before -logc

then you just use standard c api fopen , fread etc.

Troy(GPF)
Re: SD access documentation
August 15, 2008 10:25PM
Nice one GPF that appears to have done the trick.
Sorry, only registered users may post in this forum.

Click here to login