#include <revolution/nand.h>
void NANDInitBanner( NANDBanner *bnr, u32 flag, const u16 *title, const u16 *comment );
bnr |
Pointer to the NANDBanner structure |
flag |
The various flags. |
title |
The name of the application title. |
comment |
Comments corresponding to the application. |
This function initializes the NANDBanner structure. The table describes the various flags.
| Macro name | Description |
| NAND_BANNER_FLAG_NOTCOPY | This flag prohibits copying of all save data |
| NAND_BANNER_FLAG_ANIM_BOUNCE | The constant corresponding to bounce animation |
| NAND_BANNER_FLAG_ANIM_LOOP | The constant corresponding to loop animation |
| NAND_BANNER_FLAG_ANIM_MASK | The animation pattern mask bit. |
NANDBanner, NANDGetIconSpeed, NANDSetIconSpeed
2006/09/19 Initial version.
CONFIDENTIAL