3 Jan 2019, 19:53

I'm using the christimas beta recalbox for RPI3B +

I'm having a little problem its I change the name of the system, the recalbox recognizes all roms, however I can not execute any of them. none works.
I'm also trying to split the FBA_LIBRETO into 3 CPS1 CPS1 and CPS3 systems.

if I leave everyone with the name fba_libreto, only 1 system is recognized and runs the roms perfectly, but if I rename the systems for CPS1, cps2 and cps3, all 3 are recognized, but none are executed.

Could you help me with this?

below is the configuration I'm doing.

<system>
<fullname>CPS-I</fullname>
<name>cps1</name>
<path>/recalbox/share/roms/cps1</path>
<extension>.zip .ZIP .fba .FBA .7z .7Z</extension>
<command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO% %NETPLAY%</command>
<platform>arcade</platform>
<theme>cps1</theme>
<emulators>
<emulator name="libretro">
<cores>
<core>fba</core>
</cores>
</emulator>
</emulators>
</system>