mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Unix) Added support for using the manually downloaded emulators Redream and Ryujinx.
This commit is contained in:
parent
6ef74bc305
commit
a45bd7a495
|
@ -194,6 +194,11 @@
|
|||
<rule type="systempath">
|
||||
<entry>redream</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/redream</entry>
|
||||
<entry>~/.local/bin/redream</entry>
|
||||
<entry>~/bin/redream</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="RPCS3">
|
||||
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
||||
|
@ -219,6 +224,9 @@
|
|||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/org.ryujinx.Ryujinx</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/org.ryujinx.Ryujinx</entry>
|
||||
<entry>~/Applications/publish/Ryujinx</entry>
|
||||
<entry>~/.local/bin/publish/Ryujinx</entry>
|
||||
<entry>~/bin/publish/Ryujinx</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="VBA-M">
|
||||
|
|
Loading…
Reference in a new issue