Remapping Question

Using a dualshock controller on my lakka system (ODroid XU4) I’m trying to invert the y axis on the right joystick specifically for one core (TyrQuake), and for the life of me I can’t make this work! I found this post elsewhere in the forum:

But adding those lines to/storage/remapping/TyrQuake/TyrQuake.rmp doesn’t seem to do anything.

Anyone have any suggestions?

I was putting this into a core override cfg.

config/TyrQuake/TyrQuake.cfg here

It seems there are a few different places this could go. I tried the remap path above, as well as retroarch-core-options.cfg.

I’ll try your suggestion tonight.

Thanks

No dice. I tried both:

/storage/.config/retroarch/TyrQuake/TyrQuake.cfg

and

/storage/.config/TyrQuake/TyrQuake.cfg

and I tried both:

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

as well as

input_player1_r_y_minus_axis = "-5"
input_player1_r_y_plus_axis = "+5"

–Johh

NM. I got it

/storage/.config/retroarch/config/TyrQuake/TyrQuake.cfg

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

Thanks Tatsuya79

–John