Merge pull request #12 from gjimenezf/patch-1

Fixes in config
This commit is contained in:
Maschell 2017-04-10 10:44:16 +02:00 committed by GitHub
commit 1600a3e39d
1 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,8 @@
[vid=0x0E8F,pid=0x3013]
//Using Port 1 (Right slot)
INPUT_FILTER = 0x00,0x01
PAD1_FILTER=0x00,0x01
PAD2_FILTER=0x00,0x02
//DPad
//Values stored in 0x05 and 0x07, last part of both bytes.
@ -40,8 +41,10 @@ VPad_L_Stick_Y_Invert = True
//C Buttons
VPad_R_Stick_X = 0x02,0x80
VPad_R_Stick_X_MinMax = 0xE0,0x20
VPad_R_Stick_X_MinMax = 0x20,0xE0
VPad_R_Stick_X_Invert = true
VPad_R_Stick_Y = 0x01,0x80
VPad_R_Stick_Y_MinMax = 0xE0,0x20
VPad_R_Stick_Y_MinMax = 0x20,0xE0
VPad_R_Stick_Y_Invert = true
PAD_COUNT=2