Display Morehi all,
ok looking in my DEFAULT es_systems.cfg from niabi's 1.7 install, the first 4 systems are (and I have made some comments with ### around them):
<systemList>
<system>
<name>fba</name>
<fullname>Final Burn Alpha</fullname>
<path>/storage/roms/fba</path>
<extension>.ZIP .iso .ISO</extension> ### should have .zip in there are well ###
<command>/usr/bin/retroarch -L /tmp/cores/fbalpha_libretro.so %ROM%</command>
<platform>fba</platform>
<theme>arcade</theme> ### shouldn't this be fba instead of arcade? ###
</system>
<system>
<name>neogeo</name>
<fullname>NEO・GEO</fullname>
<path>/storage/roms/neogeo</path>
<extension>.ZIP .iso .ISO</extension> ### should also have .zip in here ###
<command>/usr/bin/retroarch -L /tmp/cores/fbalpha_libretro.so %ROM%</command>
<platform>neogeo</platform>
<theme>neogeo</theme>
</system>
<system>
<name>mame</name>
<fullname>MAME</fullname>
<path>/storage/roms/mame</path>
<extension>.zip .ZIP .chd .CHD .7z .7Z</extension>
<command>/usr/bin/retroarch -L /tmp/cores/mame2003_libretro.so %ROM%</command>
<platform>mame</platform>
<theme>mame</theme>
</system>
<system>
<name>mame</name>
<fullname>MAME</fullname>
<path>/storage/roms/mame-advmame</path>
<extension>.zip .ZIP .chd .CHD .7z .7Z</extension>
<command>/usr/bin/advmame.sh %ROM%</command>
<platform>mame</platform>
### missing <theme>mame</theme> ? ###
</system>
Es_systems.cfg is basically made for the systems I play and "support" directly, I know this might sound bad, but since this started as more or less a personal project I hardly ever needed to add other systems.
However I have no problem adding a es_systems.cfg with all the options available if someone makes it.
Now the reason they are 2 mame entries there is because one is for AdvanceMAME and one is for the MAME included in Retroarch