Skip to content

Instantly share code, notes, and snippets.

@flungo
Last active November 21, 2015 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flungo/787009edabd6888321ea to your computer and use it in GitHub Desktop.
Save flungo/787009edabd6888321ea to your computer and use it in GitHub Desktop.
Mupen64plus JITE USB Game Pad
[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+)
[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