KallistiOS
##version##
|
Final VMU package type. More...
#include <dc/vmu_pkg.h>
Data Fields | |
char | desc_short [16] |
Space-padded short description. More... | |
char | desc_long [32] |
Space-padded long description. More... | |
char | app_id [16] |
Null-padded application ID. More... | |
uint16 | icon_cnt |
Number of icons. More... | |
uint16 | icon_anim_speed |
Icon animation speed. More... | |
uint16 | eyecatch_type |
Eyecatch type. More... | |
uint16 | crc |
CRC of the file. More... | |
uint32 | data_len |
Payload size. More... | |
uint8 | reserved [20] |
Reserved (all zero) More... | |
uint16 | icon_pal [16] |
Icon palette (ARGB4444) More... | |
Final VMU package type.
This structure will be written into the file itself, not vmu_pkg_t.
char vmu_hdr::app_id[16] |
Null-padded application ID.
uint16 vmu_hdr::crc |
CRC of the file.
uint32 vmu_hdr::data_len |
Payload size.
char vmu_hdr::desc_long[32] |
Space-padded long description.
char vmu_hdr::desc_short[16] |
Space-padded short description.
uint16 vmu_hdr::eyecatch_type |
Eyecatch type.
uint16 vmu_hdr::icon_anim_speed |
Icon animation speed.
uint16 vmu_hdr::icon_cnt |
Number of icons.
uint16 vmu_hdr::icon_pal[16] |
Icon palette (ARGB4444)
uint8 vmu_hdr::reserved[20] |
Reserved (all zero)