Hello,
I set up my Retropie with A to confirm, and B to exit, so not like the picture below. The only reason is that I’m more used to confirm with A and quit with B, like in my Steam games.
So I decided to edit the NES/retroarch.cfg file in order to “swap” A/B buttons. Here the file:
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
input_remapping_directory = /opt/retropie/configs/nes/
# video_smooth = 0
# video_shader_enable = 1
# video_shader = 45
input_remapping_directory = /opt/retropie/configs/nes/
input_a_btn = "1"
input_b_btn = "0"
#include "/opt/retropie/configs/all/retroarch.cfg"
hat i’m doing wrong? I only included the line for the buttons I want to change. Thanks for your help.