CARDGetIconFormat

C Specification

#include <revolution/card.h>
#define CARDGetIconFormat(stat, n) \
(((stat)->iconFormat >> (2 * (n))) & CARD_STAT_ICON_MASK)

Arguments

stat Pointer to a CARDStat structure.
n Sequence number of the icon animation.

Return Values

One of the following codes:

Result Code Format
CARD_STAT_ICON_NONE Icon is not used (at least one icon must be used).
CARD_STAT_ICON_RGB5A3 RGB5A3 format
CARD_STAT_ICON_C8 C8 format

Description

Get the icon format of the Memory Card from the CARDStat structure.

See Also

Revision History

2006/03/01 Initial version.


CONFIDENTIAL