HELLO!
I’ve been searching everywhere for a definitive answer and have found just a lot of people hitting the same wall as I am.
All I want to do is set up my Raspi to use a keyboard as player 1’s controls and a usb controller as player 2’s.
Currently if I have a keyboard and a USB controller (like an XBox One controller) plugged in they both try to act as player 1 and nothing gives input to player 2.
I have tried things like this:
sudo ./retroarch-joyconfig -j 0 >> /opt/retropie/configs/all/retroarch.cfg
No matter what I try I get this response:
RetroArch: input_joypad_init_first: Found joypad driver: “udev”.
Couldn’t open joystick #0.
I’ve tried changing the number after “-j” to 0, 1 and 2 and nothing fixes this.
Any thoughts? Ideas? step by step tutorials would be appreciated !