Merge pull request #2 from monkeyx-net/retrodeck-ruffle

Added ruffle
This commit is contained in:
XargonWan 2024-08-02 01:07:26 +09:00 committed by GitHub
commit ad767cf8d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -810,6 +810,7 @@
<entry>ruffle</entry> <entry>ruffle</entry>
</rule> </rule>
<rule type="staticpath"> <rule type="staticpath">
<entry>/app/bin/ruffle-wrapper.sh</entry> <!-- RetroDECK -->
<entry>~/Applications/ruffle/ruffle</entry> <entry>~/Applications/ruffle/ruffle</entry>
<entry>~/.local/share/applications/ruffle/ruffle</entry> <entry>~/.local/share/applications/ruffle/ruffle</entry>
<entry>~/.local/bin/ruffle/ruffle</entry> <entry>~/.local/bin/ruffle/ruffle</entry>

View file

@ -686,18 +686,18 @@
<platform>fds</platform> <platform>fds</platform>
<theme>fds</theme> <theme>fds</theme>
</system> </system>
<!--
<system> <system>
<name>flash</name> <name>flash</name>
<fullname>Adobe Flash</fullname> <fullname>Adobe Flash</fullname>
<path>%ROMPATH%/flash</path> <path>%ROMPATH%/flash</path>
<extension>.swf .SWF</extension> <extension>.swf .SWF</extension>
<command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% &ndash;&ndash;fullscreen %ROM%</command> <command label="Ruffle (Standalone)">%EMULATOR_RUFFLE% %ROM%</command>
<command label="Lightspark (Standalone)">%EMULATOR_LIGHTSPARK% &ndash;&ndash;fullscreen %ROM%</command> <!-- <command label="Lightspark (Standalone)">%EMULATOR_LIGHTSPARK% &ndash;&ndash;fullscreen %ROM%</command> -->
<platform>flash</platform> <platform>flash</platform>
<theme>flash</theme> <theme>flash</theme>
</system> </system>
-->
<system> <system>
<name>fm7</name> <name>fm7</name>
<fullname>Fujitsu FM-7</fullname> <fullname>Fujitsu FM-7</fullname>