|
KallistiOS
2.0.0
|
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::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)
1.8.1.1