I did a fresh install of Retropie 3.2.1 on a RPi2. I’m using a PS2 controller.
The game Ape Escape (PSX) uses both analog sticks.
In the folder /opt/retropie/configs/psx/retroarch.cfg I added
input_libretro_device_p1 = “5”
input_player1_analog_dpad_mode = “1”
Then the left analog stick started working, but no right analog stick.
So i changed /opt/retropie/configs/all like this :
pcsx_rearmed_pad1type = “analog”
pcsx_rearmed_pad2type = “analog”
Then I got Ape Escape working. Hooray!
But…
My start button is not responding anymore in all of my PSX games. Only when I press SELECT + START I can exit the game.
Please help…