ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <libmc-common.h>
Data Fields | |
union { | |
s32 size1 | |
s32 type | |
}; | |
union { | |
s32 size2 | |
s32 free | |
}; | |
void * | dest1 |
void * | dest2 |
u8 | src1 [16] |
u8 | src2 [16] |
u8 | unused [16] |
endParamenter struct used by: McRead, McGetInfo, McReadPage
Definition at line 93 of file libmc-common.h.
union { ... } |
union { ... } |
void* mcEndParam_t::dest1 |
Definition at line 102 of file libmc-common.h.
Referenced by mcReadFixAlign().
void* mcEndParam_t::dest2 |
Definition at line 103 of file libmc-common.h.
Referenced by mcReadFixAlign().
s32 mcEndParam_t::free |
Definition at line 100 of file libmc-common.h.
Referenced by mcGetInfoApdx().
s32 mcEndParam_t::size1 |
Definition at line 95 of file libmc-common.h.
Referenced by mcReadFixAlign().
s32 mcEndParam_t::size2 |
Definition at line 99 of file libmc-common.h.
Referenced by mcReadFixAlign().
u8 mcEndParam_t::src1[16] |
Definition at line 104 of file libmc-common.h.
Referenced by mcReadFixAlign().
u8 mcEndParam_t::src2[16] |
Definition at line 105 of file libmc-common.h.
Referenced by mcReadFixAlign().
s32 mcEndParam_t::type |
Definition at line 96 of file libmc-common.h.
Referenced by mcGetInfoApdx().
u8 mcEndParam_t::unused[16] |
Definition at line 106 of file libmc-common.h.