#89036
killer101
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!