Homepage › Forums › RetroPie Project › Controller Configuration in RetroPie › FBA Per-ROM Config › Reply To: FBA Per-ROM Config
thanks – worth noting rom specific configuration is already supported –
see line ~525
# if the rom has a custom configuration then append that too
if [[ -f "$rom.cfg" ]]; then
conf+="'|'\"$rom.cfg\""
fi