9 Apr 2020, 09:17

@OyyoDams said in Y axis inverted in Switch bluetooth controller:

050000007e0500000620000001000000

Thanks for the reply. I've done the modification, but the issue persist. I've done the following:
1- Access via sftp and modify the file
2- Reboot recalbox
3- Tried the emulators: snes, genesis, neo-geo and Doom. All still have the Y axis inverted.

It's strange, because in the config file the Y axis seems to be inverted in the new cnofig file, so, should work...

Any other idea?

EDIT: I have tried modifying another line, just for debugging. So I've replaced, for the same controller:

		<input name="joystick1left" type="axis" id="0" value="-1" code="0" />

By this one:

	<input name="joystick1left" type="axis" id="0" value="1" code="0" />

But also, no effect, so the X axis has not been inverted either... maybe this is not the right controller config that should be modifying?