#include <twl/na.h>
BOOL NA_SaveSubBanner( const NASubBanner *banner );
banner | Pointer to the buffer with the sub-banner to set. |
Returns TRUE
if processing completed successfully.
The following are possible reasons for the function to fail.
crc16_anime
member in banner is illegal.
anime
member in banner is illegal.
Replaces the sub-banner with the specified sub-banner data so that the launcher displays the sub-banner.
This function is exclusive to NAND applications. It cannot be used by card applications.
The DEBUG version outputs a warning message if the anime
member in banner is illegal. See NASubBanner
and the information that is output to make revisions.
2008/11/04 Added information on animation errors.
2008/09/16 Initial version.
CONFIDENTIAL