|
PSPSDK 2025-10-12
|
#include <pspkerneltypes.h>

Go to the source code of this file.
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. | |
| s8 | sceSysconGetHPConnect (void) |
| Get the headphone connection status. | |
| 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. | |
| int | sceSysconGetPolestarVersion (int *version) |
| Get the PSP's Polestar version. | |
| int | sceSysconGetTimeStamp (s8 *timeStamp) |
| Get the baryon timestamp string. | |