TheWaveWarden / SwitchProConLinuxUSB

This repository aims to provide a linux driver for the Nintendo Switch Pro Controller when connected via USB.
MIT License
117 stars 8 forks source link

left joystick doesn't work correctly #18

Closed PhoenixClank closed 5 years ago

PhoenixClank commented 6 years ago

In Retroarch, it doesn't work at all. In TrackMania Forever, up/down are inverted. So I can steer just fine, but menu navigation is funny. I haven't played a game that uses the right joystick yet. And I've re-calibrated the joysticks multiple times, the result is always the same.

TheWaveWarden commented 5 years ago

Hi you can invert any axis while launching, here's the output of ./procon_driver --help:

 -h --help                   get help on usage at start
 -c --calibration            force calibration at start
 -s --swap_buttons           Swap A and B buttons and X and Y buttons
 -i --invert-axis [AXIS]     invert axis, possible axis: lx, ly, rx, ry, dx, dy

I don't know what's going on with retroarch, but sadly I don't plan on developing this any further!