mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Unix) Added Lightspark as an alternative emulator for the flash system.
This commit is contained in:
parent
71626ada8d
commit
d8c1b6597f
|
@ -206,6 +206,17 @@
|
|||
<entry>~/bin/hypseus-singe/hypseus.bin</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="LIGHTSPARK">
|
||||
<!-- Adobe Flash player Lightspark -->
|
||||
<rule type="systempath">
|
||||
<entry>lightspark</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/lightspark/lightspark</entry>
|
||||
<entry>~/.local/bin/lightspark/lightspark</entry>
|
||||
<entry>~/bin/lightspark/lightspark</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="LINAPPLE">
|
||||
<!-- Apple II emulator LinApple -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -468,6 +468,7 @@
|
|||
<path>%ROMPATH%/flash</path>
|
||||
<extension>.swf .SWF</extension>
|
||||
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% --fullscreen %ROM%</command>
|
||||
<command label="Lightspark (Standalone)">%EMULATOR_LIGHTSPARK% %ROM%</command>
|
||||
<platform>flash</platform>
|
||||
<theme>flash</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue