cathery / sys-con

Nintendo Switch sysmodule that allows support for third-party controllers
GNU General Public License v3.0
958 stars 61 forks source link

Please add 0ba to the PS4 device list #287

Open GOTBLZ opened 2 years ago

GOTBLZ commented 2 years ago

0ba is the device ID of the PS4 wireless USB dongle, which allows connection between the dongle and the controller.

Thanks you!

PRODUCT_DUALSHOCK4_1X = 0x5c4,
PRODUCT_DUALSHOCK4_2X = 0x9cc,
PRODUCT_DUALSHOCK4_3X = 0x0ba, (I added it like this)
carmona commented 2 years ago

@GOTBLZ where did you add that line? I mean which file

GOTBLZ commented 2 years ago

source\ControllerLib\ControllerTypes.h

Thanks for looking into this!

o0Zz commented 3 months ago

Try this fork -> https://github.com/o0Zz/sys-con/releases (it should support all PS controllers without exception)