ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <libcdvd-common.h>
Data Fields | |
u32 | lbn |
u32 | sectors |
u32 | buffer |
Definition at line 202 of file libcdvd-common.h.
u32 sceCdRChain::buffer |
buffer address to read to ( bit0: 0=EE, 1=IOP ) (EE addresses must be on 64-byte alignment)
Definition at line 208 of file libcdvd-common.h.
u32 sceCdRChain::lbn |
sector location to start reading from
Definition at line 204 of file libcdvd-common.h.
u32 sceCdRChain::sectors |
number of sectors to read
Definition at line 206 of file libcdvd-common.h.