Hallo there , i am on compilation roms last time ..
my las compilation was TMNT COLLECTIONS
here the video
https://youtu.be/ma3-RmkGuHE
Like u see in the video it works greate all roms and this was my system.cfg for mix this sistems 2gether .
<system>
<fullname>TMNT</fullname>
<name>snes</name>
<path>/recalbox/share/roms/TMNT</path>
<extension>.smc .sfc .SMC .SFC .zip .ZIP .mgd .MGD .md .MD .gb .GB .gba .GBA .zip .ZIP .rar .RAR .nes .NES .gbc .GBC</extension>
<command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO%</command>
<platform>mix</platform>
<theme>TMNT</theme>
<emulators>
<emulator name="libretro">
<cores>
<core>catsfc</core>
<core>fceumm</core>
<core>fceunext</core>
<core>nestopia</core>
<core>quicknes</core>
<core>pocketsnes</core>
<core>snes9x_next</core>
<core>snes9x</core>
<core>gpsp</core>
<core>mgba</core>
<core>meteor</core>
<core>gambatte</core>
<core>tgbdual</core>
<core>genesisplusgx</core>
<core>picodrive</core>
<core>imame4all</core>
<core>mame078</core>
<core>mame0139</core>
</cores>
</emulator>
</emulators>
</system>
And now i want to compile a Final fantasy colections from nes,snes,gc,gba,psone,psp,wii,gamecube ..
but i am gething an error after configure for those sistemas i mean above ..
iยดve see the psp emulator is not libretro and how i can combine that with other ones ?
i get always an error whit this code .
<system>
<fullname>Final Fantasy Collection</fullname>
<name>MIX</name>
<path>/recalbox/share/roms/FFC</path>
<extension>.iso .ISO .cso .CSO .gb .GB .gbc .GBC .gba .GBA .nds .NDS .wad .WAD .wbfs .WBFS .ws .WS .wsc .WSC .smc .sfc .SMC .SFC .zip .ZIP .mgd .MGD .nes .NES .cso .CSO .pbp .PBP</extension>
<command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO%</command>
<platform>mix</platform>
<theme>FFC</theme>
<emulators>
<emulator name="ppsspp">
<cores>
<core>ppsspp</core>
</cores>
</emulators>
<emulators>
<emulator name="libretro">
<cores>
<core>catsfc</core>
<core>pocketsnes</core>
<core>snes9x_next</core>
<core>snes9x</core>
<core>catsfc</core>
<core>fceumm</core>
<core>fceunext</core>
<core>nestopia</core>
<core>quicknes</core>
<core>pocketsnes</core>
<core>gpsp</core>
<core>mgba</core>
<core>meteor</core>
<core>gambatte</core>
<core>tgbdual</core>
<core>genesisplusgx</core>
<core>picodrive</core>
<core>desmume</core>
<core>pcsx_rearmed</core>
<core>mednafen_wswan</core>
</cores>
</emulator>
</emulators>
And now my question , if u want mix 2 emulator 2gether u cann add somethink like this ?
<emulators>
<emulator name="libretro">
<emulator name="ppsspp">
<cores>
<core>ppsspp</core>
<core>catsfc</core>
<core>pocketsnes</core>
<core>snes9x_next</core>
<core>snes9x</core>
<core>catsfc</core>
<core>fceumm</core>
<core>fceunext</core>
<core>nestopia</core>
<core>quicknes</core>
<core>pocketsnes</core>
<core>gpsp</core>
<core>mgba</core>
<core>meteor</core>
<core>gambatte</core>
<core>tgbdual</core>
<core>genesisplusgx</core>
<core>picodrive</core>
<core>desmume</core>
<core>pcsx_rearmed</core>
<core>mednafen_wswan</core>
</cores>
</emulator>
</emulators>
</system>
or i need separate the cores by emulator ??
i am realy confuse whit this .iยดve changed 1000 times de cores combination and get always an error after batocera linux logo on boot ๐
what i did wrong ?