mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
(Android) Added Infinity standalone as an alternative emulator for the pico8 system
This commit is contained in:
parent
70c22f4f84
commit
a2d61b17b8
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue