Created
August 1, 2015 00:45
-
-
Save vic/62c745ca5781f3725dda to your computer and use it in GitHub Desktop.
Wii U Pro for mupen84 using wjoy
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
[Wiimote (8c-cd-e8-bf-99-de)] | |
plugged = True | |
plugin = 2 | |
mouse = False | |
AnalogDeadzone = 2000,2000 | |
AnalogPeak = 17000,17000 | |
DPad R = button(15) | |
DPad L = button(13) | |
DPad D = button(12) | |
DPad U = button(14) | |
Start = button(8) | |
Z Trig = button(22) | |
B Button = button(16) | |
A Button = button(15) | |
C Button R = axis(2+) | |
C Button L = axis(2-) | |
C Button D = axis(3+) | |
C Button U = axis(3-) | |
R Trig = button(21) | |
L Trig = button(23) | |
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