(Android) Added 2600.emu standalone as an alternative emulator for the atari2600 system

This commit is contained in:
Leon Styhre 2024-02-04 23:30:11 +01:00
parent fcc6f57413
commit 3e0e701b6b
2 changed files with 10 additions and 3 deletions

View file

@ -8,10 +8,10 @@
<entry>com.retroarch/com.retroarch.browser.retroactivity.RetroActivityFuture</entry>
</rule>
</emulator>
<emulator name="C64-EMU">
<!-- Commodore 8-bit computer emulator C64.emu -->
<emulator name="2600-EMU">
<!-- Atari 2600 emulator 2600.emu -->
<rule type="androidpackage">
<entry>com.explusalpha.C64Emu/com.imagine.BaseActivity</entry>
<entry>com.explusalpha.A2600Emu/com.imagine.BaseActivity</entry>
</rule>
</emulator>
<emulator name="AETHERSX2">
@ -20,6 +20,12 @@
<entry>xyz.aethersx2.android/.EmulationActivity</entry>
</rule>
</emulator>
<emulator name="C64-EMU">
<!-- Commodore 8-bit computer emulator C64.emu -->
<rule type="androidpackage">
<entry>com.explusalpha.C64Emu/com.imagine.BaseActivity</entry>
</rule>
</emulator>
<emulator name="CITRA">
<!-- Nintendo 3DS emulator Citra -->
<rule type="androidpackage">

View file

@ -165,6 +165,7 @@
<extension>.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP</extension>
<command label="Stella">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=stella_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Stella 2014">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=stella2014_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="2600.emu (Standalone)">%EMULATOR_2600-EMU% %DATA%=%ROMPROVIDER%</command>
<platform>atari2600</platform>
<theme>atari2600</theme>
</system>