|
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 [64] |
| u8 | src2 [64] |
| union { | |
| s32 formatted | |
| u8 unused [48] | |
| }; | |
endParamenter2 struct used by: McRead2, McGetInfo2
Definition at line 112 of file libmc-common.h.
| union { ... } |
| union { ... } |
| union { ... } |
| void* mcEndParam2_t::dest1 |
Definition at line 121 of file libmc-common.h.
Referenced by mcReadFixAlign().
| void* mcEndParam2_t::dest2 |
Definition at line 122 of file libmc-common.h.
Referenced by mcReadFixAlign().
| s32 mcEndParam2_t::formatted |
Definition at line 126 of file libmc-common.h.
Referenced by mcGetInfoApdx().
| s32 mcEndParam2_t::free |
Definition at line 119 of file libmc-common.h.
Referenced by mcGetInfoApdx().
| s32 mcEndParam2_t::size1 |
Definition at line 114 of file libmc-common.h.
Referenced by mcReadFixAlign().
| s32 mcEndParam2_t::size2 |
Definition at line 118 of file libmc-common.h.
Referenced by mcReadFixAlign().
| u8 mcEndParam2_t::src1[64] |
Definition at line 123 of file libmc-common.h.
Referenced by mcReadFixAlign().
| u8 mcEndParam2_t::src2[64] |
Definition at line 124 of file libmc-common.h.
Referenced by mcReadFixAlign().
| s32 mcEndParam2_t::type |
Definition at line 115 of file libmc-common.h.
Referenced by mcGetInfoApdx().
| u8 mcEndParam2_t::unused[48] |
Definition at line 127 of file libmc-common.h.