2021-06-19 12:09:14 +00:00
|
|
|
<?xml version="1.0"?>
|
2021-06-26 09:55:48 +00:00
|
|
|
<!-- This is the ES-DE find rules configuration file for Unix -->
|
2021-06-19 12:09:14 +00:00
|
|
|
<ruleList>
|
2021-08-24 16:20:57 +00:00
|
|
|
<emulator name="RETROARCH">
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>retroarch</entry>
|
|
|
|
<entry>org.libretro.RetroArch</entry>
|
|
|
|
<entry>RetroArch-Linux-x86_64.AppImage</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/var/lib/flatpak/exports/bin/org.libretro.RetroArch</entry>
|
|
|
|
<entry>~/Applications/RetroArch-Linux-x86_64.AppImage</entry>
|
|
|
|
<entry>~/.local/bin/RetroArch-Linux-x86_64.AppImage</entry>
|
|
|
|
<entry>~/bin/RetroArch-Linux-x86_64.AppImage</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
|
|
|
<core name="RETROARCH">
|
|
|
|
<rule type="corepath">
|
|
|
|
<!-- Snap package -->
|
|
|
|
<entry>~/snap/retroarch/current/.config/retroarch/cores</entry>
|
|
|
|
<!-- Flatpak package -->
|
|
|
|
<entry>~/.var/app/org.libretro.RetroArch/config/retroarch/cores</entry>
|
|
|
|
<!-- AppImage and compiled from source -->
|
|
|
|
<entry>~/.config/retroarch/cores</entry>
|
|
|
|
<!-- Ubuntu and Linux Mint repository -->
|
|
|
|
<entry>/usr/lib/x86_64-linux-gnu/libretro</entry>
|
|
|
|
<!-- Fedora repository -->
|
|
|
|
<entry>/usr/lib64/libretro</entry>
|
|
|
|
<!-- Manjaro repository -->
|
|
|
|
<entry>/usr/lib/libretro</entry>
|
|
|
|
<!-- FreeBSD and OpenBSD repository -->
|
|
|
|
<entry>/usr/local/lib/libretro</entry>
|
|
|
|
<!-- NetBSD repository -->
|
|
|
|
<entry>/usr/pkg/lib/libretro</entry>
|
|
|
|
</rule>
|
|
|
|
</core>
|
2021-11-23 19:59:59 +00:00
|
|
|
<emulator name="DOSBOX_STAGING">
|
2021-12-15 18:01:41 +00:00
|
|
|
<!-- DOS emulator DOSBox Staging -->
|
2021-11-23 19:59:59 +00:00
|
|
|
<rule type="systempath">
|
|
|
|
<entry>dosbox-staging</entry>
|
|
|
|
<entry>io.github.dosbox-staging</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/var/lib/flatpak/exports/bin/io.github.dosbox-staging</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2021-12-15 19:13:47 +00:00
|
|
|
<emulator name="RPCS3">
|
|
|
|
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>rpcs3.AppImage</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>~/Applications/rpcs3.AppImage</entry>
|
|
|
|
<entry>~/.local/bin/rpcs3.AppImage</entry>
|
|
|
|
<entry>~/bin/rpcs3.AppImage</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2021-12-15 18:01:41 +00:00
|
|
|
<emulator name="XEMU">
|
|
|
|
<!-- Microsoft Xbox emulator xemu -->
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>xemu</entry>
|
|
|
|
<entry>app.xemu.xemu</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/var/lib/flatpak/exports/bin/app.xemu.xemu</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2021-11-23 19:59:59 +00:00
|
|
|
<emulator name="YUZU">
|
|
|
|
<!-- Nintendo Switch emulator Yuzu -->
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>yuzu</entry>
|
|
|
|
<entry>org.yuzu_emu.yuzu</entry>
|
|
|
|
<entry>yuzu.AppImage</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>/var/lib/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
|
|
|
|
<entry>~/Applications/yuzu.AppImage</entry>
|
|
|
|
<entry>~/.local/bin/yuzu.AppImage</entry>
|
|
|
|
<entry>~/bin/yuzu.AppImage</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2021-08-24 16:20:57 +00:00
|
|
|
</ruleList>
|