mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(Android) Added J2ME Loader standalone as the default emulator for the j2me system
This commit is contained in:
parent
a1617c51f1
commit
f5dbaa3224
resources/systems/android
|
@ -158,6 +158,12 @@
|
||||||
<entry>ru.vastness.altmer.iratajaguar/.EmulatorActivity</entry>
|
<entry>ru.vastness.altmer.iratajaguar/.EmulatorActivity</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="J2ME-LOADER">
|
||||||
|
<!-- Java 2 Micro Edition emulator J2ME Loader -->
|
||||||
|
<rule type="androidpackage">
|
||||||
|
<entry>ru.playsoftware.j2meloader/.MainActivity</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="LIME3DS">
|
<emulator name="LIME3DS">
|
||||||
<!-- Nintendo 3DS emulator Lime3DS -->
|
<!-- Nintendo 3DS emulator Lime3DS -->
|
||||||
<rule type="androidpackage">
|
<rule type="androidpackage">
|
||||||
|
|
|
@ -821,6 +821,7 @@
|
||||||
<fullname>Java 2 Micro Edition (J2ME)</fullname>
|
<fullname>Java 2 Micro Edition (J2ME)</fullname>
|
||||||
<path>%ROMPATH%/j2me</path>
|
<path>%ROMPATH%/j2me</path>
|
||||||
<extension>.jar .JAR .7z .7Z .zip .ZIP</extension>
|
<extension>.jar .JAR .7z .7Z .zip .ZIP</extension>
|
||||||
|
<command label="J2ME Loader (Standalone)">%EMULATOR_J2ME-LOADER% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %DATA%=%ROMPROVIDER%</command>
|
||||||
<command label="SquirrelJME">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=squirreljme_libretro_android.so %EXTRA_ROM%=%ROM%</command>
|
<command label="SquirrelJME">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=squirreljme_libretro_android.so %EXTRA_ROM%=%ROM%</command>
|
||||||
<platform>android</platform>
|
<platform>android</platform>
|
||||||
<theme>j2me</theme>
|
<theme>j2me</theme>
|
||||||
|
|
Loading…
Reference in a new issue