Last active
November 21, 2015 11:28
-
-
Save flungo/787009edabd6888321ea to your computer and use it in GitHub Desktop.
Mupen64plus JITE USB Game Pad
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
[DragonRise Inc. Generic USB Joystick] | |
plugged = True | |
plugin = 2 | |
mouse = False | |
AnalogDeadzone = 4096,4096 | |
AnalogPeak = 32768,32768 | |
DPad R = hat(0 Right) | |
DPad L = hat(0 Left) | |
DPad D = hat(0 Down) | |
DPad U = hat(0 Up) | |
Start = button(9) | |
Z Trig = button(6) | |
B Button = button(0) | |
A Button = button(2) | |
C Button R = button(5) | |
C Button L = button(1) | |
C Button D = button(3) | |
C Button U = button(4) | |
R Trig = button(7) | |
L Trig = button(8) | |
Mempak switch = | |
Rumblepak switch = | |
X Axis = axis(0-,0+) | |
Y Axis = axis(1-,1+) |
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
[DragonRise Inc. Generic USB Joystick] | |
plugged = True | |
plugin = 2 | |
mouse = False | |
AnalogDeadzone = 4096,4096 | |
AnalogPeak = 32768,32768 | |
DPad R = hat(0 Right) | |
DPad L = hat(0 Left) | |
DPad D = hat(0 Down) | |
DPad U = hat(0 Up) | |
Start = button(9) | |
Z Trig = button(8) | |
B Button = button(0) | |
A Button = button(2) | |
C Button R = button(5) | |
C Button L = button(1) | |
C Button D = button(3) | |
C Button U = button(4) | |
R Trig = button(7) | |
L Trig = button(6) | |
Mempak switch = | |
Rumblepak switch = | |
X Axis = axis(0-,0+) | |
Y Axis = axis(1-,1+) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment