#include <revolution/card.h>
#define CARDGetIconFormat(stat, n) \ (((stat)->iconFormat >> (2 * (n))) & CARD_STAT_ICON_MASK)
|
Pointer to a CARDStat structure. |
|
Sequence number of the icon animation. |
One of the following codes:
| Result Code | Format |
|
Icon is not used (at least one icon must be used). |
|
RGB5A3 format |
|
C8 format |
Get the icon format of the Memory Card from the CARDStat structure.
2006/03/01 Initial version.
CONFIDENTIAL