17 Sept 2017, 13:26

Hi all. I'm trying to use a custom keys configuration for FBA. I've followed the instructions here: https://github.com/recalbox/recalbox-os/wiki/How-to-use-custom-config-for-emulators-(EN)

But at the end my custom configuration is just not loaded. I've tried with all these configurations in recalbox.conf:

fba_libretro.configfile=/recalbox/share/system/configs/retroarch/inputs/fba_custom.cfg
fba-libretro.configfile=/recalbox/share/system/configs/retroarch/inputs/fba_custom.cfg
fba.configfile=/recalbox/share/system/configs/retroarch/inputs/fba_custom.cfg
retroarch.configfile=/recalbox/share/system/configs/retroarch/inputs/fba_custom.cfg
neogeo.configfile=/recalbox/share/system/configs/retroarch/inputs/fba_custom.cfg

But at the end, when I run it, this is what I can see in the logs:

['retroarch', '-L', '/usr/lib/libretro/fba_libretro.so', '--config', '/recalbox/share/system/configs/retroarch/retroarchcustom.cfg', '/recalbox/share/roms/fba_libretro/1942.zip']

using the default configuration instead of mine.
I'm using Recalbox 4.0.2 on Raspberry pi 2.

What am I doing wrong?