|
libfat issue January 02, 2009 09:10PM | Registered: 18 years ago Posts: 136 |
|
Re: libfat issue January 02, 2009 10:52PM | Registered: 17 years ago Posts: 73 |
#if defined(__wii__)
typedef enum {PI_DEFAULT, PI_SDGECKO_A, PI_SDGECKO_B, PI_INTERNAL_SD, PI_CUSTOM } PARTITION_INTERFACE;
#else|
Re: libfat issue January 03, 2009 01:56AM | Registered: 18 years ago Posts: 136 |
|
Re: libfat issue January 03, 2009 05:17AM | Registered: 17 years ago Posts: 73 |
#include <sys/iosupport.h>
int main() {
const devoptab_t *ptr;
ptr = GetDeviceOpTab ("test");
return 0;
}
I used the example Makefile from the libogc examples. Here are the libraries that were included on the link line:|
Re: libfat issue January 03, 2009 07:45AM | Registered: 18 years ago Posts: 136 |