From a6324acf0a669e8fe6516c073e545e2c578503e1 Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Wed, 20 Dec 2017 23:13:47 +0100 Subject: Update ctrl.h --- include/user/ctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/user') 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) */ -- cgit v1.2.3