|
UVLoader
Userland Vita Loader
|
Types used in UVLoader. More...
Macros | |
| #define | NULL 0 |
| For NULL pointers. | |
Typedefs | |
Fixed width integers | |
| typedef unsigned char | u8_t |
| Unsigned 8-bit type. | |
| typedef unsigned short int | u16_t |
| Unsigned 16-bit type. | |
| typedef unsigned int | u32_t |
| Unsigned 32-bit type. | |
| typedef unsigned long int | u64_t |
| Unsigned 64-bit type. | |
SCE standard types | |
| typedef int | PsvUID |
| PsvUID type. | |
| typedef long int | PsvOff |
| PsvOff type. | |
| typedef int | PsvSSize |
| PsvSSize type. | |
Types used in UVLoader.
1.8.2