Hello,
i had to do a fresh install of batocera 36 and lost unfortunately my original es_systems cfg for the 3 Capcom Systems. It worked with those original files hat I created years ago. I recreated all three files and the emulation works, just the scraping does not since it does not recognizes the system / platform properly. I think.
All the files are listed under the 3 Capcom categories, just if I wanna scrape them is there no system to scrape.
Does anybody have an idea what that might be or what I do wrong? Thanks in advanced.
<?xml version="1.0"?>
<systemList>
<system>
<fullname>Capcom Play System</fullname>
<name>cps1</name>
<manufacturer>Capcom</manufacturer>
<release>1988</release>
<hardware>arcarde</hardware>
<path>/userdata/roms/cps1</path>
<extension>.zip .7z</extension>
<command>emulatorlauncher %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -gameinfoxml %GAMEINFOXML% -systemname %SYSTEMNAME%</command>
<platform>arcarde</platform>
<theme>cps1</theme>
<emulators>
<emulator name="libretro">
<cores>
<core default="true">fbneo</core>
<core>mame</core>
<core>mame0139</core>
<core>mame078plus</core>
</cores>
</emulator>
<emulator name="mame">
<cores>
<core>mame</core>
</cores>
</emulator>
</emulators>
</system>
</systemList>