 
		You are not logged in.

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:
#include <fat.h>
Check this page for a demo: http://grrlib.santo.fr/forum/viewtopic.php?id=30
Offline
this is part of the source for some wiimote demo with the include of sdcard.h
/********************************************************************************************
   _____       _____       _     _____                _                    
  / ____|     |  __ \     | |   |  __ \              | |                   
 | |  ____  __| |__) |__ _| |__ | |__) |___ _ __   __| | ___ _ __ ___ _ __ 
 | | |_ \ \/ /|  _  // _` | '_ \|  _  // _ \ '_ \ / _` |/ _ \ '__/ _ \ '__|
 | |__| |>  < | | \ \ (_| | |_) | | \ \  __/ | | | (_| |  __/ | |  __/ |   
  \_____/_/\_\|_|  \_\__, |_.__/|_|  \_\___|_| |_|\__,_|\___|_|  \___|_|   
                      __/ |                                                
                     |___/           
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