Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Controller not working. Help? › Reply To: Controller not working. Help?
06/04/2013 at 12:08
#1983
Participant
Hey mate,
drop into terminal (F4) or ssh and do this..
cd ~/RetroPie/emulators/RetroArch/tools
sudo ./retroarch-joyconfig -o p1.cfg -p 1 -j 0
( -o for output file, -p for player, -j for joystick id )
then do this
sudo cat p*.cfg >> ~/RetroPie/configs/all/retroarch.cfg
this will setup the controls for the emulators.
good luck