diff options
author | Reiko Asakura | 2020-06-23 17:16:09 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-06-23 17:16:09 -0400 |
commit | 3472b062847bdf95787391505d31dbe07268017d (patch) | |
tree | 3a6a41fab2a83601e1b6e4ffa3aff66798d22cc7 /include/user/ctrl.h | |
parent | Add more stuff in SceShellUtil (diff) | |
parent | Revert vitasdk commits (diff) | |
download | vds-libraries-3472b062847bdf95787391505d31dbe07268017d.tar.gz |
Merge Vitasdk
Diffstat (limited to 'include/user/ctrl.h')
-rw-r--r-- | include/user/ctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user/ctrl.h b/include/user/ctrl.h index ab6bc7e..4758f6c 100644 --- a/include/user/ctrl.h +++ b/include/user/ctrl.h @@ -20,6 +20,7 @@ typedef enum SceCtrlErrorCode { /** Enumeration for the digital controller buttons. * @note - L1/R1/L3/R3 only can bind using ::sceCtrlPeekBufferPositiveExt2 and ::sceCtrlReadBufferPositiveExt2 * @note - Values bigger than 0x00010000 can be intercepted only with shell privileges + * @note - Vita's L Trigger and R Trigger are mapped to L1 and R1 when using ::sceCtrlPeekBufferPositiveExt2 and ::sceCtrlReadBufferPositiveExt2 */ typedef enum SceCtrlButtons { SCE_CTRL_SELECT = 0x00000001, //!< Select button. |