mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
(Android) Added SWF Player standalone as an alternative emulator for the flash system
This commit is contained in:
parent
4730bf5b6b
commit
9e501af8a1
|
@ -388,6 +388,13 @@
|
||||||
<entry>com.explusalpha.SwanEmu/com.imagine.BaseActivity</entry>
|
<entry>com.explusalpha.SwanEmu/com.imagine.BaseActivity</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="SWF-PLAYER">
|
||||||
|
<!-- Adobe Flash player SWF Player -->
|
||||||
|
<rule type="androidpackage">
|
||||||
|
<entry>com.issess.flashplayerpro/com.issess.flashplayer.player.FlashPlayerActivity</entry>
|
||||||
|
<entry>com.issess.flashplayer/.player.FlashPlayerActivity</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="VIRTUAL-VIRTUAL-BOY">
|
<emulator name="VIRTUAL-VIRTUAL-BOY">
|
||||||
<!-- Nintendo Virtual Boy emulator Virtual Virtual Boy -->
|
<!-- Nintendo Virtual Boy emulator Virtual Virtual Boy -->
|
||||||
<rule type="androidpackage">
|
<rule type="androidpackage">
|
||||||
|
|
|
@ -629,6 +629,7 @@
|
||||||
<path>%ROMPATH%/flash</path>
|
<path>%ROMPATH%/flash</path>
|
||||||
<extension>.swf .SWF</extension>
|
<extension>.swf .SWF</extension>
|
||||||
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
|
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
|
||||||
|
<command label="SWF Player (Standalone)">%EMULATOR_SWF-PLAYER% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
|
||||||
<platform>flash</platform>
|
<platform>flash</platform>
|
||||||
<theme>flash</theme>
|
<theme>flash</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue