(Android) Added Lynx.emu standalone as an alternative emulator for the atarilynx system

This commit is contained in:
Leon Styhre 2024-02-05 22:37:17 +01:00
parent 94aceea44d
commit 1988ad82e6
2 changed files with 7 additions and 0 deletions

View file

@ -81,6 +81,12 @@
<entry>com.explusalpha.GbcEmu/com.imagine.BaseActivity</entry>
</rule>
</emulator>
<emulator name="LYNX-EMU">
<!-- Atari Lynx emulator Lynx.emu -->
<rule type="androidpackage">
<entry>com.explusalpha.LynxEmu/com.imagine.BaseActivity</entry>
</rule>
</emulator>
<emulator name="M64PLUS-FZ">
<!-- Nintendo 64 emulator M64Plus FZ -->
<rule type="androidpackage">

View file

@ -222,6 +222,7 @@
<extension>.lnx .LNX .o .O .7z .7Z .zip .ZIP</extension>
<command label="Handy">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=handy_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Beetle Lynx">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=mednafen_lynx_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Lynx.emu (Standalone)">%EMULATOR_LYNX-EMU% %DATA%=%ROMPROVIDER%</command>
<platform>atarilynx</platform>
<theme>atarilynx</theme>
</system>