diff options
author | Rinnegatamante | 2017-12-20 23:13:47 +0100 |
---|---|---|
committer | GitHub | 2017-12-20 23:13:47 +0100 |
commit | a6324acf0a669e8fe6516c073e545e2c578503e1 (patch) | |
tree | 7240faf5ad0e97cf0b1dc5c6e77aee6634143b4e | |
parent | Using aliasing. (diff) | |
download | vds-libraries-a6324acf0a669e8fe6516c073e545e2c578503e1.tar.gz |
Update ctrl.h
-rw-r--r-- | include/user/ctrl.h | 4 |
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) */ |