KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
vmu_pkg Struct Reference

VMU Package type. More...

#include <dc/vmu_pkg.h>

Data Fields

char desc_short [20]
 Short file description.
char desc_long [36]
 Long file description.
char app_id [20]
 Application ID.
int icon_cnt
 Number of icons.
int icon_anim_speed
 Icon animation speed.
int eyecatch_type
 "Eyecatch" type
int data_len
 Number of data (payload) bytes.
uint16 icon_pal [16]
 Icon palette (ARGB4444)
const uint8icon_data
 512*n bytes of icon data
const uint8eyecatch_data
 Eyecatch data.
const uint8data
 Payload data.

Detailed Description

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.


Field Documentation

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)


The documentation for this struct was generated from the following file: