Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Keyboard (but not Wired Xbox 360 controller) works for RetroPie emulation › Reply To: Keyboard (but not Wired Xbox 360 controller) works for RetroPie emulation
05/18/2014 at 14:15
#6865
Participant
In terminal type
ls /dev/input/
Note the number after ‘js’ (joystick) This is the index your pad is assigned.
Edit retroarch.cfg:
nano /home/pi/RetroPie/configs/all/retroarch.cfg
Check ‘input_player1_joypad_index’ is the same number as listed for js under /dev/input/
e.g. if your pad is assigned js0 it needs to be:
input_player1_joypad_index = "0"
I have attached my retroarch.cfg for reference