diff options
Diffstat (limited to '')
-rw-r--r-- | include/kernel/power.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/kernel/power.h b/include/kernel/power.h index 105535a..8114ee4 100644 --- a/include/kernel/power.h +++ b/include/kernel/power.h @@ -246,6 +246,16 @@ int scePowerSetGpuClockFrequency(int freq); */ int scePowerSetGpuXbarClockFrequency(int freq); +/** + * Sets the time before idle callback is notified. + * + * @param callback_slot - Callback slot from 0 to 7. + * @param time - Time in microseconds. + * + * @return 0 on success, < 0 on error + */ +int scePowerSetIdleTimer(int callback_slot, SceUInt64 time); + #ifdef __cplusplus } #endif |