Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › PS3 Analog Stick Setup Question › Reply To: PS3 Analog Stick Setup Question
02/25/2015 at 13:04
#89036
Participant
Hi,
I just got my new Pi 2 and started a fresh install of RetroPie 2.6. Had the same problem with the analog sticks in Retroarch.
Here’s how it works …
Go to
/opt/retropie/emulators/retroarch/configs/
Edit all PS3-Controller related config files and add the following lines:
input_up_axis = “-1”
input_down_axis = “+1”
input_left_axis = “-0”
input_right_axis = “+0”
Then the left analog stick works like the D-Pad!
Have fun!