Closed udance4ever closed 4 months ago
Hello, What is the problem you have with xbla games ? https://wiki.retrobat.org/systems-and-emulators/supported-game-systems/game-consoles/microsoft-consoles/xbox-360#adding-xbla-xbox-live-arcade-games
this is great! thank you for the pointer to your wiki - I can see it is a rich resource.
I will give creating a .m3u a shot.
In Batocera Linux, this is done through the addition of a
.xbox360
file containing the path to the XBLA file and uses this code in configgen:https://github.com/batocera-linux/batocera.linux/blob/9032219691eb724ed76c39f75907a2a9237f3a0c/package/batocera/core/batocera-configgen/configgen/configgen/generators/xenia/xeniaGenerator.py#L147-L163
I’m poking around Retrobat source code and I don’t get the sense Retrobat is executing full-blown Python.
I found an easy workaround that might be acceptable - use a
.xbla
extension.It required me to change one line in
es_systems.cfg
and I just created a symlink to the data file - for example for Ilomilo:ES finds the file either location:
In this way, both implementations (.xbox360 and .xbla) can co-exist in a dual boot RetroBat and Batocera Linux setup.