mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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>
|
<entry>~/bin/hypseus-singe/hypseus.bin</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="LINAPPLE">
|
||||||
<!-- Apple II emulator LinApple -->
|
<!-- Apple II emulator LinApple -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -468,6 +468,7 @@
|
||||||
<path>%ROMPATH%/flash</path>
|
<path>%ROMPATH%/flash</path>
|
||||||
<extension>.swf .SWF</extension>
|
<extension>.swf .SWF</extension>
|
||||||
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% --fullscreen %ROM%</command>
|
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% --fullscreen %ROM%</command>
|
||||||
|
<command label="Lightspark (Standalone)">%EMULATOR_LIGHTSPARK% %ROM%</command>
|
||||||
<platform>flash</platform>
|
<platform>flash</platform>
|
||||||
<theme>flash</theme>
|
<theme>flash</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue