#include <revolution/card.h>
#define CARDGetBannerFormat(stat) \ (((stat)->bannerFormat) & CARD_STAT_BANNER_MASK);
|
Pointer to CARDStat structure. |
One of the following codes:
| Result Code | Format |
|
Banner is not used |
|
RGB5A3 format |
|
C8 format |
Gets the Memory Card banner format from the CARDStat structure.
03/01/2006 Initial version.