summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReiko Asakura2021-02-16 11:19:24 -0500
committerReiko Asakura2021-02-16 11:19:24 -0500
commitd6ce26d7c4a352a1a4cb73932074175085c12a54 (patch)
tree88756316deed8ed142ccbaac6f12eee8c8ab8b41 /include
parentAdd prototype for sceKernelSwitchPidContext (diff)
downloadvds-libraries-d6ce26d7c4a352a1a4cb73932074175085c12a54.tar.gz
Add sceSysconCtrlDolceLED
Diffstat (limited to '')
-rw-r--r--include/kernel/syscon.h9
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.