Floob
Member
Post count: 1629

Thats not quite right, and as punishment you should watch this:

But in summary, the setup in RetroPie3 is (in terms of retroarch)
– First reads this file
/opt/retropie/configs/{systemname}/retroarch.cfg
– Which pulls in this file at the point of the #include line
/opt/retropie/configs/all/retroarch.cfg
– That file, in turn applies the auto detected controller file from
/opt/retropie/emulators/retroarch/configs/{yourcontoller}.cfg

So in terms of controller settings, just edit what you want in the auto controller file. Then put your overrides as you have done in the system specific location.

A good rule of thumb, is to never alter the /all/retroarch.cfg unless you know you always want the rules in there to always apply, regardless of system or controller used. To be honest I hardly edit that file at all.