summaryrefslogtreecommitdiff
path: root/include/kernel
diff options
context:
space:
mode:
authorReiko Asakura2020-04-01 11:33:18 -0400
committerReiko Asakura2020-04-01 11:33:18 -0400
commit6c71d5189ca7bbe0613d6b3bdf4cd8dc42debdcf (patch)
treeea5618502b7c061d8055bafcc2e2fba1cc9949a6 /include/kernel
parentAdd prototype sceClibVprintf (diff)
downloadvds-libraries-6c71d5189ca7bbe0613d6b3bdf4cd8dc42debdcf.tar.gz
Add prototype kscePowerSetPsButtonPushTime
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