summaryrefslogtreecommitdiff
path: root/include/user/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/ctrl.h')
-rw-r--r--include/user/ctrl.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/user/ctrl.h b/include/user/ctrl.h
index 0d1b02c..ab6bc7e 100644
--- a/include/user/ctrl.h
+++ b/include/user/ctrl.h
@@ -298,7 +298,7 @@ int sceCtrlGetBatteryInfo(int port, SceUInt8 *batt);
* having the input sent to the game thread.
* @param[in] intercept Boolean value
*
- * @return 0, < 0 on error
+ * @return 0, < 0 on error
*/
int sceCtrlSetButtonIntercept(int intercept);
@@ -307,9 +307,17 @@ int sceCtrlSetButtonIntercept(int intercept);
*
* @param[out] intercept Boolean value
*
- * @return 0, < 0 on error
+ * @return 0, < 0 on error
*/
int sceCtrlGetButtonIntercept(int *intercept);
+
+/**
+ * Check if multi controller is supported
+ *
+ * @return 1 if yes, 0 if no
+ */
+int sceCtrlIsMultiControllerSupported(void);
+
#ifdef __cplusplus
}
#endif