PSPSDK 2024-10-31
|
Macros | |
#define | ZV(command) (uint32_t)(command << 24 | 0x00000000) |
#define | CV(command, value) (uint32_t)(command << 24 | value) |
Functions | |
void | callbackFin (int id, void *arg) |
void | callbackSig (int id, void *arg) |
void | sceGuInit (void) |
Initalize the GU system. | |
References GuSettings::fin, and x.
Referenced by sceGuInit().
References sceKernelSetEventFlag(), GuSettings::signal_history, and x.
Referenced by sceGuInit().