Maschell / controller_patcher

shared files for hid support
41 stars 13 forks source link

Switch Pro Controller Stick sensitivity not working correctly in Xenoblade Chronicles X #30

Open danielzx2 opened 5 years ago

danielzx2 commented 5 years ago

There's an issue with Switch Pro Controller when using HID2VPad. It seems like the positive Y-Axis isn't been detected properly so that the full input doesn't get registered.

I figured it would an Switch Pro issue as it doesn't happen with my DS4 (connected via HID2VPAD) and the OG Gamepad. Both the Switch Pro and DS4 are emulating a Wii U Pro Controller.

I have tried solving the issue by adjusting the Min/Max values on the Y-Axis of the left stick and deadzone in switchpro.ini but that didn't help at all. I'm out of options now. Could you please look into it?

I have a video here to showcase what I mean: https://streamable.com/lnqc3

DrPower22 commented 5 years ago

I’m having this issue as Well with my GameCube and Switch Pro controllers. Did you ever get your issue fixed?

JoeSchmo2840 commented 5 years ago

Its been a while, but I figured it out. Tinkered with the min/max and got it working.

//Twilight Princess Fix VPAD_L_STICK_Y_MINMAX = 0x32,0x96

Heres a copy of the config file: switchpro.ini

Invictaz commented 9 months ago

@JoeSchmo2840 did you pull request this to the repo?