Files
anbernic/es_systems_jailgames.cfg
2024-09-24 18:05:17 +02:00

24 lines
814 B
INI

<?xml version="1.0" encoding="UTF-8"?>
<systemList>
<system>
<fullname>JailGames</fullname>
<name>jailgames</name>
<manufacturer>JailGames</manufacturer>
<release>None</release>
<hardware>jailgame</hardware>
<path>/userdata/roms/jailgames</path>
<extension>.sh .squashfs</extension>
<command>emulatorlauncher %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -gameinfoxml %GAMEINFOXML% -systemname %SYSTEMNAME%</command>
<platform>jailgames</platform>
<theme>jailgames</theme>
<group>jailgames</group>
<emulators>
<emulator name="sh">
<cores>
<core default="true">sh</core>
</cores>
</emulator>
</emulators>
</system>
</systemList>