RobertDaleSmith / USBRetro

USBRetro: Robust USB host controller input for retro consoles.
https://usbretro.com
Apache License 2.0
100 stars 6 forks source link

Xbox 360 wireless receiver mapping all controllers to same player #4

Closed RobertDaleSmith closed 1 year ago

RobertDaleSmith commented 2 years ago

Problem: The Microsoft Xbox 360 Wireless Receiver for Windows allows for pairing multiple controllers. But currently every controller paired is being mapped to the same player.

Solution: Quick peak into this and the reason for this is because each player is assigned by device address. Although each controller paired to the Xbox 360 receiver get a unique device index number, they all use the same device address number. We need to adjust the players array to handle this case. (unique index with same address)

RobertDaleSmith commented 1 year ago

Resolved by release: USB2PCE_2023_06_08