#105780
petrockblog
Keymaster

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