#include <revolution/card.h>
s32 CARDGetMemSize(s32 chan, u16* size);
|
EXI channel number. |
|
Pointer to u16 type for receiving the result. |
One of the following codes:
CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_BUSY
CARD_RESULT_READY
Gets the memory size of the specified Memory Card in megabits (Mb). The size returned will be 4, 8, 16, 32, 64, or 128 Mb.
03/01/2006 Initial version.