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