mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Android) Added Real3DOPlayer standalone as an alternative emulator for the 3do system
This commit is contained in:
parent
167909ac66
commit
01dc8876b2
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue