(Unix) Added Lightspark as an alternative emulator for the flash system.

This commit is contained in:
Leon Styhre 2022-08-01 22:51:42 +02:00
parent 71626ada8d
commit d8c1b6597f
2 changed files with 12 additions and 0 deletions

View file

@ -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">

View file

@ -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>