switching controllers for player 1 and 2 for snes
-
I have a madcatz joystick and a FC30 Pro controller, the madcatz joystick and a FC30 Pro controller are set up as player 1 and 2 respectively.
I want to play snes emulator with the Fc30 Pro as P1.I have added the below to /opt/retropie/configs/snes/retroarch.cfg but it is not working, anyone has any idea how this can be resolved??
Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
input_player1_joypad_index = "1"
input_player1_b_btn = "1"
input_player1_y_btn = "4"
input_player1_select_btn = "10"
input_player1_start_btn = "11"
input_player1_a_btn = "0"
input_player1_x_btn = "3"
input_player1_l_btn = "6"
input_player1_r_btn = "9"
input_player1_l2_btn = "8"
input_player1_r2_btn = "7"input_player2_joypad_index = "0"
input_player2_b_btn = "null"
input_player2_y_btn = "null"
input_player2_select_btn = "null"
input_player2_start_btn = "null"
input_player2_a_btn = "null"
input_player2_x_btn = "null"
input_player2_l_btn = "null"
input_player2_r_btn = "null"
input_player2_l2_btn = "null"
input_player2_r2_btn = "null"#include "/opt/retropie/configs/all/retroarch.cfg"
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.