@mitu said in RetroArch isn't mapping the GamePad buttons correctly - RetroPie 4.4:
OK, just one last check - you modified both the retroarch.cfg in /opt/retropie/configs/all/retroarch.cfg and the gamepad.cfg file in /opt/retropie/configs/all/retroarch-joypads and put input_driver=sdl2 ?
Awesome that seemed to fix the problem!!! :-)
It seems that I missed input_driver in retroarch.cfg. Previously I only changed input_joypad_driver
So for others who might be having the same problem.
Make the following changes:
/opt/retropie/configs/all/retroarch.cfg
/opt/retropie/configs/all/retroarch-joypads/Gamepad.cfg
input_driver = "sdl2"Thanks again for all the help!