Weej1 / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

OUYA Game Controller (Bluetooth) #601

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Here is something for your AutoConfig.ini:

[OUYA Game Controller]
plugged = True
plugin = 2
mouse = False
Mempak switch =
Rumblepak switch =
DPad U = button(8)
DPad D = button(9)
DPad L = button(10)
DPad R = button(11)
Start = button(14)
Z Trig = button(12)
A Button = button(0)
B Button = button(1)
C Button U = axis(4-)
C Button D = axis(4+)
C Button L = axis(3-)
C Button R = axis(3+)
L Trig = button(4)
R Trig = button(5)
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)

Describe your system:
- Operating System (be specific):
Arch Linux (64)
- Mupen64Plus version:
Version 2.0.0
- Plugins used:
Standard

Describe the problem:
Bug: Startbutton not running correct!

As a workaround you can use: button(7).
This is the Button of the right Axis Controller.

Original issue reported on code.google.com by mkhom...@googlemail.com on 8 Feb 2014 at 2:00