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

A structure containing the arguments passed to the SPU main function. More...

#include <spu.h>

Data Fields

u64 arg0
 First argument.
 
u64 arg1
 Second argument.
 
u64 arg2
 Third argument.
 
u64 arg3
 Fourth argument.
 

Detailed Description

A structure containing the arguments passed to the SPU main function.

Definition at line 224 of file spu.h.

Field Documentation

◆ arg0

u64 _sys_spu_thread_arg::arg0

First argument.

Definition at line 226 of file spu.h.

◆ arg1

u64 _sys_spu_thread_arg::arg1

Second argument.

Definition at line 227 of file spu.h.

◆ arg2

u64 _sys_spu_thread_arg::arg2

Third argument.

Definition at line 228 of file spu.h.

◆ arg3

u64 _sys_spu_thread_arg::arg3

Fourth argument.

Definition at line 229 of file spu.h.


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