psl1ght
A free SDK for Sony's PS3 console
|
SPU segment data structure. More...
#include <spu.h>
Data Fields | |
u32 | type |
u32 | lsStart |
start address in local store | |
u32 | size |
union { | |
u32 paStart | |
start address in main memory to be copied if type is SPU_SEGMENT_TYPE_COPY | |
u32 value | |
fill value if type is SPU_SEGMENT_TYPE_FILL | |
}; | |
bla | |
SPU segment data structure.
u32 _sys_spu_segment::size |
segment size in bytes
u32 _sys_spu_segment::type |