mirror of
https://github.com/Maschell/controller_patcher_configs.git
synced 2024-11-17 13:49:19 +01:00
Merge pull request #28 from edmcintosh/patch-1
Add stick clicks for Horipad
This commit is contained in:
commit
145f62b8f5
@ -30,6 +30,9 @@ VPAD_BUTTON_ZL = 0x00, 0x40
|
||||
VPAD_BUTTON_ZR = 0x00, 0x80
|
||||
|
||||
//Sticks
|
||||
VPAD_BUTTON_STICK_L = 0x01,0x04
|
||||
VPAD_BUTTON_STICK_R = 0x01,0x08
|
||||
|
||||
VPad_L_Stick_X = 0x03,0x80
|
||||
VPad_L_Stick_X_MinMax = 0x00,0xFF
|
||||
VPad_L_Stick_X_Deadzone = 0x0A
|
||||
|
Loading…
Reference in New Issue
Block a user