(Android) Added SWF Player standalone as an alternative emulator for the flash system

This commit is contained in:
Leon Styhre 2024-12-05 17:10:25 +01:00
parent 4730bf5b6b
commit 9e501af8a1
2 changed files with 8 additions and 0 deletions

View file

@ -388,6 +388,13 @@
<entry>com.explusalpha.SwanEmu/com.imagine.BaseActivity</entry>
</rule>
</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">
<!-- Nintendo Virtual Boy emulator Virtual Virtual Boy -->
<rule type="androidpackage">

View file

@ -629,6 +629,7 @@
<path>%ROMPATH%/flash</path>
<extension>.swf .SWF</extension>
<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>
<theme>flash</theme>
</system>