Formatting and added the PAD_COUNT parameter to all inis

This commit is contained in:
Maschell 2017-04-23 15:02:40 +02:00
parent c33b88969e
commit da0bd1ae2b
11 changed files with 82 additions and 67 deletions

View File

@ -47,3 +47,4 @@ VPad_R_Stick_Y=0x06,0x7F
VPad_R_Stick_Y_MinMax=0x00,0xFF
VPad_R_Stick_Y_Deadzone=0x00
VPad_R_Stick_Y_Invert=True
PAD_COUNT=1

View File

@ -46,3 +46,4 @@ VPad_R_Stick_Y=0x06,0x7F
VPad_R_Stick_Y_MinMax=0x00,0xFF
VPad_R_Stick_Y_Deadzone=0x00
VPad_R_Stick_Y_Invert=True
PAD_COUNT=1

View File

@ -57,3 +57,5 @@ VPAD_R_STICK_X_DEADZONE = 0x05
VPAD_R_STICK_Y = 0x06,0x80
VPAD_R_STICK_Y_MINMAX = 0x00,0xFF
VPAD_R_STICK_Y_DEADZONE = 0x05
PAD_COUNT=1

View File

@ -46,3 +46,4 @@ VPad_R_Stick_Y=0x06,0x80
VPad_R_Stick_Y_MinMax=0x00,0xFF
VPad_R_Stick_Y_Deadzone=0x00
VPad_R_Stick_Y_Invert=True
PAD_COUNT=1

View File

@ -18,7 +18,6 @@ VPAD_BUTTON_STICK_R = 0x05,0x80
VPAD_BUTTON_ZL = 0x05,0x04
VPAD_BUTTON_ZR = 0x05,0x08
DPAD_MODE = DPAD_HAT
DPad_MASK = 0x0F
VPAD_BUTTON_DPAD_N = 0x04,0x00 // postion: 0x05, value: 0x00
@ -49,3 +48,6 @@ VPAD_R_STICK_Y = 0x03,0x80
VPAD_R_STICK_Y_MINMAX = 0x00,0xFF
VPAD_R_STICK_Y_DEADZONE = 0x05
VPad_R_Stick_Y_Invert = true
//This device is no adapter that can't have more than 1 pads.
PAD_COUNT = 0x01

View File

@ -17,3 +17,4 @@ VPAD_BUTTON_PLUS = 0x02, 0x80
VPAD_BUTTON_MINUS = 0x02, 0x40
VPAD_BUTTON_L = 0x02, 0x10
VPAD_BUTTON_R = 0x02, 0x20
PAD_COUNT=1

View File

@ -42,3 +42,4 @@ Vpad_R_Stick_X_MinMax = 0x00, 0xFF
Vpad_R_Stick_Y_MinMax = 0x00, 0xFF
VPad_L_Stick_Y_Invert = true
Vpad_R_Stick_Y_Invert = true
PAD_COUNT=1

View File

@ -27,3 +27,5 @@ VPAD_BUTTON_R = 0x00, 0x20
//Triggers
VPAD_BUTTON_ZL = 0x00, 0x40
VPAD_BUTTON_ZR = 0x00, 0x80
PAD_COUNT=1

View File

@ -23,3 +23,4 @@ VPAD_BUTTON_R = 0x06, 0x02
VPAD_BUTTON_ZR = 0x06, 0x02
VPAD_BUTTON_L = 0x06, 0x01
VPAD_BUTTON_ZL = 0x06, 0x01
PAD_COUNT=1

View File

@ -33,3 +33,6 @@ VPAD_L_STICK_X = SWITCH_PRO_STICK_L_X
VPAD_L_STICK_Y = SWITCH_PRO_STICK_L_Y
VPAD_R_STICK_X = SWITCH_PRO_STICK_R_X
VPAD_R_STICK_Y = SWITCH_PRO_STICK_R_Y
//This device is no adapter that can't have more than 1 pads.
PAD_COUNT = 0x01