mdqinc / SDL_GameControllerDB

A community sourced database of game controller mappings to be used with SDL2 Game Controller functionality
http://libsdl.org
zlib License
1.33k stars 505 forks source link

Add Sony DualShock 4 USB Wireless Adaptor #776

Closed superjamie closed 1 month ago

superjamie commented 1 month ago

The Sony DualShock 4 USB Wireless Adaptor (part number CUH-ZWA1) allows connection of PS4 controllers to PCs wirelessly:

https://blog.playstation.com/archive/2016/08/22/introducing-the-dualshock-4-usb-wireless-adaptor/

Mapping created with SDL2 Gamepad Mapper.

offalynne commented 1 month ago

Have you tested if the device works with SDL without this mapping ? 6800 tail indicates this mapping is not necessary: https://github.com/mdqinc/SDL_GameControllerDB/issues/478

superjamie commented 1 month ago

Right you are, I wasn't testing properly. Thank you!