Homepage › Forums › RetroPie Project › New to RetroPie? Start Here! › Retroarch Remapping not overriding › Reply To: Retroarch Remapping not overriding
06/28/2015 at 22:22
#100920
Participant
I copied the info from the retroarch-joypads/ cfg that my controller made and just reversed the A and B buttons. See below.
#include "/opt/retropie/configs/all/retroarch.cfg"
# All settings made here will override the global settings for the current emulator core
#input_remapping_directory = /opt/retropie/configs/nes/
video_shader = /opt/retropie/emulators/retroarch/shader/phosphor.glslp
video_shader_enable = false
video_smooth = false
input_device = "8Bitdo NES30 GamePad"
input_driver = "udev"
input_b_btn = "11”
input_y_btn = "15"
input_select_btn = "21"
input_start_btn = "22"
input_up_btn = "0"
input_down_btn = "5"
input_left_btn = "2"
input_right_btn = "3"
input_a_btn = "12”
input_x_btn = "14"
input_l_btn = "17"
input_r_btn = "18"
input_enable_hotkey_btn = "21"
input_exit_emulator_btn = "22"
input_menu_toggle_btn = "14"
input_load_state_btn = "17"
input_save_state_btn = "18"
input_reset_btn = "15”
input_state_slot_increase_btn = "3"
input_state_slot_decrease_btn = "2"