Skip to content

Commit 64b432d

Browse files
authored
Merge pull request #335 from JoseAaronLopezGarcia/master
Add missing function in power header
2 parents 0482390 + f2d017f commit 64b432d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/power/psppower.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,15 @@ int scePowerRequestStandby(void);
292292
*/
293293
int scePowerRequestSuspend(void);
294294

295+
/**
296+
* Request the PSP to do a cold reboot.
297+
*
298+
* @param exitcode pass 0
299+
*
300+
* @return 0 always
301+
*/
302+
int scePowerRequestColdReset(int exitcode);
303+
295304

296305
#ifdef __cplusplus
297306
}

0 commit comments

Comments
 (0)