#88873
feederchain
Participant

I kinda had the same issue. My adapter only shows up as one controller, but once I noticed that all I had to do was just map player 2 to use the other buttons. RetroArch’s emulators then worked.

Looking at your config, I don’t see much difference between yours and mine. The only thing I notice is that I never used the quotes.


input_player1_joypad_index = 0
input_player1_a_btn = 2
input_player1_b_btn = 1
input_player1_y_btn = 0
input_player1_start_btn = 6
input_player1_up_axis = -1
input_player1_down_axis = +1
input_player1_left_axis = -0
input_player1_right_axis = +0

input_player2_joypad_index = 0
input_player2_a_btn = 10
input_player2_b_btn = 9
input_player2_y_btn = 8
input_player2_start_btn = 14
input_player2_up_axis = -3
input_player2_down_axis = +3
input_player2_left_axis = -2
input_player2_right_axis = +2