diff options
Diffstat (limited to 'include/kernel/power.h')
-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 9394e01..dd9ad88 100644 --- a/include/kernel/power.h +++ b/include/kernel/power.h @@ -192,6 +192,16 @@ int scePowerRequestSuspend(void); int scePowerRequestDisplayOff(void); /** + * Set the screen brightness. + * @see ::sceAVConfigSetDisplayBrightness for userland counterpart. + * + * @param brightness Brightness that the screen will be set to (range 21-65536, 0 turns off the screen). + * + * @return ? + */ +int scePowerSetDisplayBrightness(int brightness); + +/** * Sets CPU clock frequency * * @param freq - Frequency to set in Mhz |