waynedog74 / mupen64plus

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

Wireless 360 Controller Issue #455

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using four wireless Xbox controllers. For some reason, the SDL numbers are 
not corresponding to the order in which the controllers are activated. There 
doesn't seem to be any logic behind the way in which they are being polled.

Original issue reported on code.google.com by chinagre...@gmail.com on 20 Aug 2011 at 9:58

GoogleCodeExporter commented 9 years ago
After a few tests, I've found out that when all four controllers are activated, 
the polling order is as follows:

1: SDL 2
2: SDL 1
3: SDL 0
4: SDL 4

So the player numbers, in order, go 3,2,1,4 every time. I will attempt to 
reproduce this problem on another system.

Original comment by chinagre...@gmail.com on 20 Aug 2011 at 10:14

GoogleCodeExporter commented 9 years ago
Nevermind, I found the problem, and it's with the Windows OS. In Windows there 
is an option for "Preferred Device" under "Advanced Settings" in the joystick 
properties. I'm not sure if the drop-down list is backwards, but the very last 
controller in the list needs to be selected. Selecting the first causes it to 
be dropped down a notch in the SDL list every time a new controller is 
activated.

Original comment by chinagre...@gmail.com on 20 Aug 2011 at 10:39

GoogleCodeExporter commented 9 years ago
So you are basically  saying that this is a windows problem?

Original comment by s...@narfation.org on 21 Aug 2011 at 3:54

GoogleCodeExporter commented 9 years ago
Yeah, it was a mix-up in the Windows device manager configuration. Turns out it 
had nothing to do with Mupen. Thanks!

Original comment by chinagre...@gmail.com on 21 Aug 2011 at 11:03