Closed GoogleCodeExporter closed 9 years ago
You have to modify the last part of UAERC file.
The gamecube gamepad are mapped as joystick 4-7.
For instance input.1.joystick.4.button.0=JOY2_FIRE_BUTTON is for gamepad 1.
".0" means button A associated to Fire button. If you want button B you have to
change to:
input.1.joystick.4.button.1=JOY2_FIRE_BUTTON
See here for the numbers associated to each button (SDL joystick button mapping)
http://wiibrew.org/wiki/SDL_Wii
For the DPAD try adding these ones:
input.1.joystick.4.axis.9=JOY2_HORIZ
input.1.joystick.4.axis.10=JOY2_VERT
Please let me know if it works
Original comment by olimpier...@gmail.com
on 27 Dec 2014 at 6:09
Sorry for the DPAD try adding these ones:
input.1.joystick.4.axis.6=JOY2_HORIZ
input.1.joystick.4.axis.7=JOY2_VERT
In the next release I want to insert them in the UAERC file.
Original comment by olimpier...@gmail.com
on 27 Dec 2014 at 10:35
Ok that works fine. I amended the 5 config files aswell and works fine on them
aswell. Many thanks for your help in sorting this and all your hard work on
this emulator. Have a great new year.
Original comment by Azy7...@gmail.com
on 28 Dec 2014 at 12:59
Nice to see it works.
Happy new year.
Original comment by olimpier...@gmail.com
on 28 Dec 2014 at 9:13
Original issue reported on code.google.com by
Azy7...@gmail.com
on 27 Dec 2014 at 12:44