JoyShockLibrary icon indicating copy to clipboard operation
JoyShockLibrary copied to clipboard

Nintendo ProController detected as "Left Joy Con"

Open KKuehlem opened this issue 3 years ago • 1 comments

One of my Nintendo Pro Controllers gets detected as "Left Joy Con". The buttons on the left half of the controller are working fine. Is there a way to force the library to read a controller as a certain type?

By the way sometimes the library seems to reinit the devices without any reason. Is there a way to prevent this or is this a bluetooth problem?

KKuehlem avatar Aug 04 '21 12:08 KKuehlem

int JslGetControllerType(int deviceId) - What type of controller is this device?

Left Joy-Con
Right Joy-Con
Switch Pro Controller
DualShock 4
DualSense

int JslGetControllerSplitType(int deviceId) - Is this a half-controller or full? If half, what kind?

Left half
Right half
Full controller

DamianS-eng avatar Apr 25 '22 17:04 DamianS-eng