(Android) Added Real3DOPlayer standalone as an alternative emulator for the 3do system

This commit is contained in:
Leon Styhre 2024-02-06 17:17:12 +01:00
parent 167909ac66
commit 01dc8876b2
2 changed files with 7 additions and 0 deletions

View file

@ -155,6 +155,12 @@
<entry>org.ppsspp.ppsspp/.PpssppActivity</entry>
</rule>
</emulator>
<emulator name="REAL3DOPLAYER">
<!-- 3DO Interactive Multiplayer emulator Real3DOPlayer -->
<rule type="androidpackage">
<entry>ru.vastness.altmer.real3doplayer/.EmulatorActivity</entry>
</rule>
</emulator>
<emulator name="REDREAM">
<!-- Sega Dreamcast emulator Redream -->
<rule type="androidpackage">

View file

@ -7,6 +7,7 @@
<path>%ROMPATH%/3do</path>
<extension>.bin .BIN .chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
<command label="Opera">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=opera_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Real3DOPlayer (Standalone)">%EMULATOR_REAL3DOPLAYER% %DATA%=%ROMSAF%</command>
<platform>3do</platform>
<theme>3do</theme>
</system>