We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0482390 commit f2d017fCopy full SHA for f2d017f
src/power/psppower.h
@@ -292,6 +292,15 @@ int scePowerRequestStandby(void);
292
*/
293
int scePowerRequestSuspend(void);
294
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
+
304
305
#ifdef __cplusplus
306
}
0 commit comments