summaryrefslogtreecommitdiff
path: root/include/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel')
-rw-r--r--include/kernel/power.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/kernel/power.h b/include/kernel/power.h
index 8114ee4..b56731b 100644
--- a/include/kernel/power.h
+++ b/include/kernel/power.h
@@ -256,6 +256,15 @@ int scePowerSetGpuXbarClockFrequency(int freq);
*/
int scePowerSetIdleTimer(int callback_slot, SceUInt64 time);
+/**
+ * Sets the PS button hold time for showing the quick menu.
+ *
+ * @param time - Time in microseconds.
+ *
+ * @return 0 always
+ */
+int scePowerSetPsButtonPushTime(int time);
+
#ifdef __cplusplus
}
#endif