psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_sys_spu_image Struct Reference

SPU image data structure. More...

#include <spu.h>

Data Fields

u32 type
 type
 
u32 entryPoint
 entry point
 
u32 segments
 address of segments
 
u32 segmentCount
 number of segments
 

Detailed Description

SPU image data structure.

Definition at line 55 of file spu.h.

Field Documentation

◆ entryPoint

u32 _sys_spu_image::entryPoint

entry point

Definition at line 58 of file spu.h.

◆ segmentCount

u32 _sys_spu_image::segmentCount

number of segments

Definition at line 60 of file spu.h.

◆ segments

u32 _sys_spu_image::segments

address of segments

Definition at line 59 of file spu.h.

◆ type

u32 _sys_spu_image::type

type

Definition at line 57 of file spu.h.


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