Created
August 7, 2016 19:28
-
-
Save vretro/8fdd4c5056de62867e0dee5bbddf5682 to your computer and use it in GitHub Desktop.
HuiJia USB GamePad adaptor auto config for RetroPie (Working Multi Player)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; InputAutoCfg.ini for Mupen64Plus SDL Input plugin | |
; Keyboard_START | |
[Keyboard] | |
plugged = True | |
plugin = 2 | |
mouse = False | |
DPad R = key(100) | |
DPad L = key(97) | |
DPad D = key(115) | |
DPad U = key(119) | |
Start = key(13) | |
Z Trig = key(122) | |
B Button = key(306) | |
A Button = key(304) | |
C Button R = key(108) | |
C Button L = key(106) | |
C Button D = key(107) | |
C Button U = key(105) | |
R Trig = key(99) | |
L Trig = key(120) | |
Mempak switch = key(44) | |
Rumblepak switch = key(46) | |
X Axis = key(276,275) | |
Y Axis = key(273,274) | |
; Keyboard_END | |
; HuiJia USB GamePad_START | |
[HuiJia USB GamePad] | |
plugged = True | |
plugin = 2 | |
mouse = False | |
AnalogDeadzone = 100,100 | |
AnalogPeak = 20000,20000 | |
DPad R = button(13) | |
DPad L = button(15) | |
DPad D = button(14) | |
DPad U = button(12) | |
Start = button(9) | |
Z Trig = button(8) | |
B Button = button(2) | |
A Button = button(1) | |
C Button R = axis(3-) | |
C Button L = axis(3+) | |
C Button D = axis(2+) | |
C Button U = axis(2-) | |
R Trig = button(7) | |
L Trig = button(6) | |
Mempak switch = key(109) | |
Rumblepak switch = key(114) | |
X Axis = axis(0-,0+) | |
Y Axis = axis(1-,1+) | |
; HuiJia USB GamePad_END | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment