mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Android) Added support for the flash system
This commit is contained in:
parent
fd91e1afb8
commit
f4d4446de1
|
@ -179,6 +179,12 @@
|
|||
<entry>io.recompiled.redream/.MainActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="RUFFLE">
|
||||
<!-- Adobe Flash player Ruffle -->
|
||||
<rule type="androidpackage">
|
||||
<entry>rs.ruffle/.MainActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SATURN-EMU">
|
||||
<!-- Sega Saturn emulator Saturn.emu -->
|
||||
<rule type="androidpackage">
|
||||
|
|
|
@ -569,8 +569,8 @@
|
|||
<name>flash</name>
|
||||
<fullname>Adobe Flash</fullname>
|
||||
<path>%ROMPATH%/flash</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.swf .SWF</extension>
|
||||
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
|
||||
<platform>flash</platform>
|
||||
<theme>flash</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue