mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Linux) Added missing Flatpak user directories for the emulators BlastEm, Play! and Snes9x.
This commit is contained in:
parent
97eea82b21
commit
7a1474204c
|
@ -50,6 +50,7 @@
|
|||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/com.retrodev.blastem</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/com.retrodev.blastem</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="CITRA">
|
||||
|
@ -188,6 +189,7 @@
|
|||
<!-- Sony PlayStation 2 emulator Play! -->
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/org.purei.Play</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/org.purei.Play</entry>
|
||||
<entry>~/Applications/Play!*.AppImage</entry>
|
||||
<entry>~/.local/bin/Play!*.AppImage</entry>
|
||||
<entry>~/bin/Play!*.AppImage</entry>
|
||||
|
@ -248,6 +250,7 @@
|
|||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/com.snes9x.Snes9x</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/com.snes9x.Snes9x</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="RYUJINX">
|
||||
|
|
Loading…
Reference in a new issue