mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed initializing the PowerA OPS v1 Wireless Controller
This commit is contained in:
parent
2b484a1ccb
commit
4e2fd57e77
1 changed files with 1 additions and 0 deletions
|
|
@ -1267,6 +1267,7 @@ static void init_xbox360(libusb_device_handle *device_handle, unsigned short idV
|
|||
|
||||
if ((idVendor == 0x05ac && idProduct == 0x055b) /* Gamesir-G3w */ ||
|
||||
(idVendor == 0x20d6 && idProduct == 0x4010) /* PowerA Battle Dragon Advanced Wireless Controller */ ||
|
||||
(idVendor == 0x20d6 && idProduct == 0x4025) /* PowerA OPS v1 Wireless Controller */ ||
|
||||
idVendor == 0x0f0d /* Hori Xbox controllers */) {
|
||||
unsigned char data[20];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue