Welcome!
Log In
Create A New Profile
Home
>
Coding
>
Coding
> Topic
Advanced
SD access documentation
Posted by
JustWoody
Forum List
Message List
New Topic
JustWoody
SD access documentation
August 15, 2008 02:56PM
Registered: 14 years ago
Posts: 51
Does anyone know of any documentation on Wii SD card access, writing and reading files from SD, etc?
Reply
Quote
GPF
Re: SD access documentation
August 15, 2008 05:16PM
Registered: 14 years ago
Posts: 15
#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)
Reply
Quote
JustWoody
Re: SD access documentation
August 15, 2008 10:25PM
Registered: 14 years ago
Posts: 51
Nice one GPF that appears to have done the trick.
Reply
Quote
Newer Topic
Older Topic
Print View
RSS
Sorry, only registered users may post in this forum.
Click here to login