@@ -25,35 +25,35 @@ extern "C" {
2525/**@{*/
2626
2727/**
28- * Force the PSP to go into standby
28+ * Force the PSP to go into standby.
2929 */
3030void sceSysconPowerStandby (void );
3131
3232/**
33- * Reset the PSP
33+ * Reset the PSP.
3434 *
35- * @param unk1 - Unknown, pass 1
36- * @param unk2 - Unknown, pass 1
35+ * @param unk1 - Unknown, pass 1.
36+ * @param unk2 - Unknown, pass 1.
3737 */
3838void sceSysconResetDevice (int unk1 , int unk2 );
3939
4040#define SCE_LED_POWER 1
4141#define LED_ON 1
4242#define LED_OFF 0
4343/**
44- * Control an LED
44+ * Control an LED.
4545 *
46- * @param SceLED - The led to toggle (only SCE_LED_POWER)
47- * @param state - Whether to turn on or off
46+ * @param SceLED - The led to toggle (only SCE_LED_POWER).
47+ * @param state - Whether to turn on or off.
4848 */
4949int sceSysconCtrlLED (int SceLED , int state );
5050
5151/**
52- * Control the remote control power
52+ * Control the remote control power.
5353 *
54- * @param power - 1 is on, 0 is off
54+ * @param power - 1 is on, 0 is off.
5555 *
56- * @return < 0 on error
56+ * @return < 0 on error.
5757 */
5858int sceSysconCtrlHRPower (int power );
5959
@@ -68,22 +68,28 @@ int sceSysconSetHPConnectCallback(void (*)(int), int unk0);
6868int sceSysconSetHRPowerCallback (void (* )(int ), int unk0 );
6969
7070/**
71- * Get the PSP's Pommel version
72- * @param version - A pointer to an int to receive the Pommel version into
71+ * Get the PSP's Pommel version.
72+ * @param version - A pointer to an int to receive the Pommel version into.
7373 */
7474int sceSysconGetPommelVersion (int * version );
7575
7676/**
77- * Get the PSP's Baryon version
78- * @param version - A pointer to an int to receive the Baryon version into
77+ * Get the PSP's Baryon version.
78+ * @param version - A pointer to an int to receive the Baryon version into.
7979 */
8080int sceSysconGetBaryonVersion (int * version );
8181
8282/**
83- * Get the PSP's Polestar version
84- * @param version - A pointer to an int to receive the Polestar version into
83+ * Get the PSP's Polestar version.
84+ * @param version - A pointer to an int to receive the Polestar version into.
8585 */
86- int sceSysconGetPolestarVersion (int * version );
86+ int sceSysconGetPolestarVersion (int * version );
87+
88+ /**
89+ * Get the baryon timestamp string.
90+ * @param timeStamp A pointer to a string at least 12 bytes long.
91+ */
92+ int sceSysconGetTimeStamp (s8 * timeStamp );
8793
8894/**@}*/
8995
0 commit comments