How to invert analog stick axis per game

Hi!

Is there an option I can use for inverting an analog stick axis inside a game specific override or remapping file?

Kind regards

Frufo

You should be able to just map it to the opposite direction in the override or remap file. Is that not working for you?

Thank you, got it! :slight_smile:

input_player1_r_y_plus_axis = "-3"
input_player1_r_y_minus_axis = "+3"

input_player2_r_y_plus_axis = "-3"
input_player2_r_y_minus_axis = "+3"