Merge pull request #335 from JoseAaronLopezGarcia/master

Add missing function in power header
This commit is contained in:
Wouter Wijsman
2025-12-20 14:00:17 +01:00
committed by GitHub

View File

@@ -292,6 +292,15 @@ int scePowerRequestStandby(void);
*/
int scePowerRequestSuspend(void);
/**
* Request the PSP to do a cold reboot.
*
* @param exitcode pass 0
*
* @return 0 always
*/
int scePowerRequestColdReset(int exitcode);
#ifdef __cplusplus
}