KallistiOS
##version##
|
VMU Package type. More...
#include <dc/vmu_pkg.h>
Data Fields | |
char | desc_short [20] |
Short file description. More... | |
char | desc_long [36] |
Long file description. More... | |
char | app_id [20] |
Application ID. More... | |
int | icon_cnt |
Number of icons. More... | |
int | icon_anim_speed |
Icon animation speed. More... | |
int | eyecatch_type |
"Eyecatch" type More... | |
int | data_len |
Number of data (payload) bytes. More... | |
uint16 | icon_pal [16] |
Icon palette (ARGB4444) More... | |
const uint8 * | icon_data |
512*n bytes of icon data More... | |
const uint8 * | eyecatch_data |
Eyecatch data. More... | |
const uint8 * | data |
Payload data. More... | |
VMU Package type.
Anyone wanting to package a VMU file should create one of these somewhere; eventually it will be turned into a flat file that you can save using fs_vmu.
char vmu_pkg::app_id[20] |
Application ID.
const uint8* vmu_pkg::data |
Payload data.
int vmu_pkg::data_len |
Number of data (payload) bytes.
char vmu_pkg::desc_long[36] |
Long file description.
char vmu_pkg::desc_short[20] |
Short file description.
const uint8* vmu_pkg::eyecatch_data |
Eyecatch data.
int vmu_pkg::eyecatch_type |
"Eyecatch" type
int vmu_pkg::icon_anim_speed |
Icon animation speed.
int vmu_pkg::icon_cnt |
Number of icons.
const uint8* vmu_pkg::icon_data |
512*n bytes of icon data
uint16 vmu_pkg::icon_pal[16] |
Icon palette (ARGB4444)