(Android) Added support for the Console Arcade Systems (consolearcade) game system

This commit is contained in:
Leon Styhre 2024-05-31 23:14:05 +02:00
parent b019868957
commit fc73883dbc

View file

@ -375,7 +375,12 @@
<name>consolearcade</name> <name>consolearcade</name>
<fullname>Console Arcade Systems</fullname> <fullname>Console Arcade Systems</fullname>
<path>%ROMPATH%/consolearcade</path> <path>%ROMPATH%/consolearcade</path>
<extension>.7z .7Z .zip .ZIP</extension> <extension>.arcadedef .iso .ISO .7z .7Z .zip .ZIP</extension>
<command label="MAME - Current">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=mamearcade_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="MAME4droid 2024 (Standalone)">%EMULATOR_MAME4DROID-2024% %ACTION%=android.intent.action.VIEW %EXTRA_cli_params%="-rompath '%GAMEDIRRAW%;%ROMPATHRAW%/consolearcade'" %DATA%=%ROMPROVIDER%</command>
<command label="Flycast">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=flycast_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ACTION%=android.intent.action.VIEW %DATA%=%ROM%</command>
<command label="Play! (Standalone)">%EMULATOR_PLAY!% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
<command>PLACEHOLDER %ROM%</command> <command>PLACEHOLDER %ROM%</command>
<platform>arcade</platform> <platform>arcade</platform>
<theme>consolearcade</theme> <theme>consolearcade</theme>