I’ve been trying for hours to get multiplayer working on Atari 2600 games. I believe my config file is correct, but when i load a rom I can’t control player 2 at all.
Here’s my retroarch.cfg:
input_player1_a = x
input_player1_start = q
input_player1_select = w
input_player1_left = up
input_player1_right = down
input_player1_up = right
input_player1_down = left
input_player2_a = h
input_player2_left = c
input_player2_right = r
input_player2_up = v
input_player2_down = f
input_enable_hotkey = s
input_exit_emulator_btn = b
Has anyone gotten multiplayer to work on Atari? This is driving me crazy. I’m running RetroArch on a Raspberry Pi running Raspbian, and I’m using two wii remotes for controllers (hence the weird keybindings).