#82550
bobbyt
Participant

[quote=82547]Could you attach your nes config file? Mine isn’t working and I want the same solution.
Thanks[/quote]

If your controls don’t work at all then you need to run through the controller configuration in ./retroarch_setup.sh first.

This will map the controls for ALL retroarch based emulators (including NES).

If you have done this and you want to CHANGE the controls in NES, this is where the following information comes into play…

I don’t have access right now, but he config lines are almost identical to what is in the default retro arch controller config (that is generated by retroarch_setup).

only difference is the config values must include _player#

for example, if your default control config has:

input_a_btn = 7
input_b_btn = 8

If you wanted to swap these in NES you would add the following to the emulator specific config:

input_player1_a_btn = 8
input_player1_b_btn = 7

input_player2_a_btn = 8
input_player2_b_btn = 7

Obviously you want to make sure you base your numbers off the retroarch controller config generated by retroarch_setup.sh…