mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added ruffle
On branch retrodeck-ruffle Changes to be committed: modified: resources/systems/linux/es_find_rules.xml modified: resources/systems/linux/es_systems.xml
This commit is contained in:
parent
d6e1bf606c
commit
e09ec53c43
|
@ -810,6 +810,7 @@
|
|||
<entry>ruffle</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/app/bin/ruffle</entry>
|
||||
<entry>~/Applications/ruffle/ruffle</entry>
|
||||
<entry>~/.local/share/applications/ruffle/ruffle</entry>
|
||||
<entry>~/.local/bin/ruffle/ruffle</entry>
|
||||
|
|
|
@ -686,18 +686,18 @@
|
|||
<platform>fds</platform>
|
||||
<theme>fds</theme>
|
||||
</system>
|
||||
<!--
|
||||
|
||||
<system>
|
||||
<name>flash</name>
|
||||
<fullname>Adobe Flash</fullname>
|
||||
<path>%ROMPATH%/flash</path>
|
||||
<extension>.swf .SWF</extension>
|
||||
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% ––fullscreen %ROM%</command>
|
||||
<command label="Lightspark (Standalone)">%EMULATOR_LIGHTSPARK% ––fullscreen %ROM%</command>
|
||||
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% %ROM%</command>
|
||||
<!-- <command label="Lightspark (Standalone)">%EMULATOR_LIGHTSPARK% ––fullscreen %ROM%</command> -->
|
||||
<platform>flash</platform>
|
||||
<theme>flash</theme>
|
||||
</system>
|
||||
-->
|
||||
|
||||
<system>
|
||||
<name>fm7</name>
|
||||
<fullname>Fujitsu FM-7</fullname>
|
||||
|
|
Loading…
Reference in a new issue