diff options
author | Reiko Asakura | 2021-02-16 11:19:24 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-02-16 11:19:24 -0500 |
commit | d6ce26d7c4a352a1a4cb73932074175085c12a54 (patch) | |
tree | 88756316deed8ed142ccbaac6f12eee8c8ab8b41 /include | |
parent | Add prototype for sceKernelSwitchPidContext (diff) | |
download | vds-libraries-d6ce26d7c4a352a1a4cb73932074175085c12a54.tar.gz |
Add sceSysconCtrlDolceLED
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel/syscon.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/kernel/syscon.h b/include/kernel/syscon.h index aa7eef1..95f4584 100644 --- a/include/kernel/syscon.h +++ b/include/kernel/syscon.h @@ -131,6 +131,15 @@ int sceSysconSetDebugHandlers(const SceSysconDebugHandlers *handlers); int sceSysconCtrlLED(int led, int enable); /** + * Set PSTV LED mode. + * + * @param mode Set to 0 for on, 1 for slow blink, 2 for fast blink. + * + * @return 0 on success. + */ +int sceSysconCtrlDolceLED(int mode); + +/** * Set the memory stick power. * * @param power The new power value. |