PSPSDK 2025-02-06
|
Macros | |
#define | SCE_LED_POWER 1 |
#define | LED_ON 1 |
#define | LED_OFF 0 |
Functions | |
void | sceSysconPowerStandby (void) |
Force the PSP to go into standby. | |
void | sceSysconResetDevice (int unk1, int unk2) |
Reset the PSP. | |
int | sceSysconCtrlLED (int SceLED, int state) |
Control an LED. | |
int | sceSysconCtrlHRPower (int power) |
Control the remote control power. | |
int | sceSysconGetHPConnect (void) |
int | sceSysconSetHPConnectCallback (void(*)(int), int unk0) |
int | sceSysconSetHRPowerCallback (void(*)(int), int unk0) |
int | sceSysconGetPommelVersion (int *version) |
Get the PSP's Pommel version. | |
int | sceSysconGetBaryonVersion (int *version) |
Get the PSP's Baryon version. | |
#define LED_OFF 0 |
#define LED_ON 1 |
#define SCE_LED_POWER 1 |
int sceSysconCtrlHRPower | ( | int | power | ) |
Control the remote control power.
power | - 1 is on, 0 is off |
Referenced by pspDebugSioInit().
int sceSysconCtrlLED | ( | int | SceLED, |
int | state ) |
Control an LED.
SceLED | - The led to toggle (only SCE_LED_POWER) |
state | - Whether to turn on or off |
int sceSysconGetBaryonVersion | ( | int * | version | ) |
Get the PSP's Baryon version.
version | - A pointer to an int to receive the Baryon version into |
int sceSysconGetHPConnect | ( | void | ) |
int sceSysconGetPommelVersion | ( | int * | version | ) |
Get the PSP's Pommel version.
version | - A pointer to an int to receive the Pommel version into |
void sceSysconPowerStandby | ( | void | ) |
Force the PSP to go into standby.
void sceSysconResetDevice | ( | int | unk1, |
int | unk2 ) |
Reset the PSP.
unk1 | - Unknown, pass 1 |
unk2 | - Unknown, pass 1 |
int sceSysconSetHPConnectCallback | ( | void(* | )(int), |
int | unk0 ) |
int sceSysconSetHRPowerCallback | ( | void(* | )(int), |
int | unk0 ) |