#include <revolution/card.h>
CARDGetIconSpeed(stat, n) \
(((stat)->iconSpeed >> (2 * (n))) & CARD_STAT_SPEED_MASK)
|
Pointer to a CARDStat structure. |
|
Sequence number of the icon animation. |
One of the following codes:
| Result Code | Speed |
|
This frame does not use icons. |
|
Fast speed (Fast) |
|
Medium speed (Medium) |
|
Slow speed (Slow) |
Gets the icon animation speed of the Memory Card from the CARDStat structure.
03/01/2006 Initial version.