You are not logged in.

#26 2008-08-29 22:03:16

Crayon
Bad Mother Fucker

Re: Problem with GRRLIB

cornpet wrote:

Hi, I found some examples which need the sdcard.h header file, where can i get it for the wii?

I never heard of that file for the Wii. If you want to read the SD card use:

Code:

#include <fat.h>

Check this page for a demo: http://grrlib.santo.fr/forum/viewtopic.php?id=30

Offline

 

#27 2008-08-30 07:04:55

cornpet
Member

Re: Problem with GRRLIB

this is part of the source for some wiimote demo with the include of sdcard.h

Code:

/********************************************************************************************
   _____       _____       _     _____                _                    
  / ____|     |  __ \     | |   |  __ \              | |                   
 | |  ____  __| |__) |__ _| |__ | |__) |___ _ __   __| | ___ _ __ ___ _ __ 
 | | |_ \ \/ /|  _  // _` | '_ \|  _  // _ \ '_ \ / _` |/ _ \ '__/ _ \ '__|
 | |__| |>  < | | \ \ (_| | |_) | | \ \  __/ | | | (_| |  __/ | |  __/ |   
  \_____/_/\_\|_|  \_\__, |_.__/|_|  \_\___|_| |_|\__,_|\___|_|  \___|_|   
                      __/ |                                                
                     |___/           
GRRLIB Version : 1.6

Coder : NoNameNo
    uschghost
                 
info : http://wiibrew.org/index.php?title=Homebrew_apps/GRRLIB                   
********************************************************************************************/
#include <gccore.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <malloc.h>
#include <sdcard.h>

Last edited by cornpet (2008-08-30 07:05:45)

Offline

 

Board footer

Powered by FluxBB