From d6ce26d7c4a352a1a4cb73932074175085c12a54 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Tue, 16 Feb 2021 11:19:24 -0500 Subject: Add sceSysconCtrlDolceLED --- include/kernel/syscon.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') 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 @@ -130,6 +130,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. * -- cgit v1.2.3