|
REpsp2
PSP2 OS reverse engineering
|
#include <scetypes.h>
Data Fields | |
| unsigned int | ui |
| int | i |
| unsigned short | us [2] |
| short | s [2] |
| unsigned char | uc [4] |
| char | c [4] |
| float | f |
| void * | p |
Definition at line 154 of file scetypes.h.
| char SceUnion32::c[4] |
Definition at line 160 of file scetypes.h.
| float SceUnion32::f |
Definition at line 161 of file scetypes.h.
| int SceUnion32::i |
Definition at line 156 of file scetypes.h.
| void* SceUnion32::p |
Definition at line 162 of file scetypes.h.
| short SceUnion32::s[2] |
Definition at line 158 of file scetypes.h.
| unsigned char SceUnion32::uc[4] |
Definition at line 159 of file scetypes.h.
| unsigned int SceUnion32::ui |
Definition at line 155 of file scetypes.h.
| unsigned short SceUnion32::us[2] |
Definition at line 157 of file scetypes.h.