(Android) Added Infinity standalone as an alternative emulator for the pico8 system

This commit is contained in:
Leon Styhre 2024-12-06 21:42:55 +01:00
parent 70c22f4f84
commit a2d61b17b8
2 changed files with 7 additions and 0 deletions

View file

@ -153,6 +153,12 @@
<entry>com.fms.ines.free/com.fms.emulib.TVActivity</entry>
</rule>
</emulator>
<emulator name="INFINITY">
<!-- PICO-8 Fantasy Console game engine Infinity -->
<rule type="androidpackage">
<entry>me.dt2dev.infinity/.SchemeActivity</entry>
</rule>
</emulator>
<emulator name="IRATAJAGUAR">
<!-- Atari Jaguar emulator IrataJaguar -->
<rule type="androidpackage">

View file

@ -1387,6 +1387,7 @@
<extension>.p8 .P8 .png .PNG</extension>
<command label="Fake-08">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=fake08_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Retro8">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=retro8_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Infinity (Standalone)">%EMULATOR_INFINITY% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
<platform>pico8</platform>
<theme>pico8</theme>
</system>