diff options
author | Sunguk Lee | 2017-04-10 03:57:17 +0900 |
---|---|---|
committer | Sunguk Lee | 2017-04-10 04:03:03 +0900 |
commit | 11e68fe5d86b034cc468715e38cd7c60017071b1 (patch) | |
tree | 0843ba9d800aa4c9407711fd35b405796d95cbf8 | |
parent | Revert "Update db.yml" (#156) (diff) | |
download | vds-libraries-11e68fe5d86b034cc468715e38cd7c60017071b1.tar.gz |
Revert "Update ctrl.h (#155)"
This reverts commit 553ecf9a6cd6ee373fec6b826213cbb31844bcc9.
-rw-r--r-- | include/kernel/ctrl.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/include/kernel/ctrl.h b/include/kernel/ctrl.h index ead8db9..60ff673 100644 --- a/include/kernel/ctrl.h +++ b/include/kernel/ctrl.h @@ -166,32 +166,6 @@ int sceCtrlReadBufferPositive(int port, SceCtrlData *pad_data, int count); int sceCtrlReadBufferNegative(int port, SceCtrlData *pad_data, int count); /** - * Get the controller extended state information (polling, positive logic). - * - * This function will bind L/R trigger value to L1/R1 instead of LTRIGGER/RTRIGGER - * - * @param[in] port - use 0. - * @param[out] *pad_data - see ::SceCtrlData. - * @param[in] count - Buffers count. - * - * @return Buffers count, between 1 and 'count'. <0 on error. - */ -int sceCtrlPeekBufferPositiveExt(int port, SceCtrlData *pad_data, int count); - -/** - * Get the controller extended state information (polling, negative logic). - * - * This function will bind L/R trigger value to L1/R1 instead of LTRIGGER/RTRIGGER - * - * @param[in] port - use 0. - * @param[out] *pad_data - see ::SceCtrlData. - * @param[in] count - Buffers count. - * - * @return Buffers count, between 1 and 'count'. <0 on error. - */ -int sceCtrlPeekBufferNegativeExt(int port, SceCtrlData *pad_data, int count); - -/** * Set rules for button rapid fire * * @param[in] port - use 0. |