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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/ctrl.h b/include/user/ctrl.h
index 04a821d..7bca5b9 100644
--- a/include/user/ctrl.h
+++ b/include/user/ctrl.h
@@ -90,9 +90,9 @@ typedef struct SceCtrlData {
/** Left button */
uint8_t left;
/** Left trigger (L2) */
- uint8_t l2;
+ uint8_t lt;
/** Right trigger (R2) */
- uint8_t r2;
+ uint8_t rt;
/** Left button (L1) */
uint8_t l1;
/** Right button (R1) */