mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-13 06:15:14 +01:00
Provide a working button configuration
This commit is contained in:
parent
f9a0452f3c
commit
cb71c92c56
43
uaerc.wii
43
uaerc.wii
@ -24,17 +24,38 @@ input.1.mouse.0.button.0=JOY1_FIRE_BUTTON
|
||||
input.1.mouse.0.button.1=JOY1_2ND_BUTTON
|
||||
input.1.mouse.0.button.2=JOY1_3RD_BUTTON
|
||||
|
||||
# Joystick
|
||||
input.1.joystick.0.disabled=0
|
||||
input.1.joystick.0.axis.0=JOY1_HORIZ
|
||||
input.1.joystick.0.axis.1=JOY1_VERT
|
||||
input.1.joystick.0.button.9=JOY1_FIRE_BUTTON
|
||||
input.1.joystick.0.button.10=JOY1_FIRE_BUTTON
|
||||
input.1.joystick.0.button.6=SPC_ENTERGUI
|
||||
# Joystick configuration. Wiimote 1 is both mouse and joystick 2, with
|
||||
# the mouse button being the A key.
|
||||
# See http://wiibrew.org/wiki/SDL for the button numbers
|
||||
|
||||
input.1.joystick.0.disabled=0
|
||||
input.1.joystick.0.axis.0=JOY2_HORIZ
|
||||
input.1.joystick.0.axis.1=JOY2_VERT
|
||||
# 2 on wiimote, Z on nunchuck and a/b on the classic controller
|
||||
input.1.joystick.0.button.3=JOY2_FIRE_BUTTON
|
||||
input.1.joystick.0.button.7=JOY2_FIRE_BUTTON
|
||||
input.1.joystick.0.button.9=JOY2_FIRE_BUTTON
|
||||
input.1.joystick.0.button.10=JOY2_FIRE_BUTTON
|
||||
|
||||
# Bind +/- to some keys just for testing
|
||||
input.1.joystick.0.button.4=KEY_A
|
||||
input.1.joystick.0.button.5=KEY_RETURN
|
||||
input.1.joystick.0.button.17=KEY_A
|
||||
input.1.joystick.0.button.18=KEY_RETURN
|
||||
|
||||
|
||||
# Wiimote 2
|
||||
input.1.joystick.1.disabled=0
|
||||
input.1.joystick.1.axis.0=JOY2_HORIZ
|
||||
input.1.joystick.1.axis.1=JOY2_VERT
|
||||
input.1.joystick.1.button.9=JOY2_FIRE_BUTTON
|
||||
input.1.joystick.1.button.10=JOY2_FIRE_BUTTON
|
||||
input.1.joystick.1.axis.0=JOY1_HORIZ
|
||||
input.1.joystick.1.axis.1=JOY1_VERT
|
||||
input.1.joystick.1.button.3=JOY1_FIRE_BUTTON
|
||||
input.1.joystick.1.button.7=JOY1_FIRE_BUTTON
|
||||
input.1.joystick.1.button.9=JOY1_FIRE_BUTTON
|
||||
input.1.joystick.1.button.10=JOY1_FIRE_BUTTON
|
||||
|
||||
|
||||
# Home button
|
||||
input.1.joystick.1.button.6=SPC_ENTERGUI
|
||||
input.1.joystick.1.button.19=SPC_ENTERGUI
|
||||
input.1.joystick.0.button.6=SPC_ENTERGUI
|
||||
input.1.joystick.0.button.19=SPC_ENTERGUI
|
||||
|
Loading…
Reference in New Issue
Block a user