mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
83 lines
3.2 KiB
XML
83 lines
3.2 KiB
XML
<?xml version="1.0"?>
|
|
<!-- This is the ES-DE find rules configuration file for Unix -->
|
|
<ruleList>
|
|
<emulator name="OS-SHELL">
|
|
<!-- Operating system shell -->
|
|
<rule type="systempath">
|
|
<entry>bash</entry>
|
|
<entry>sh</entry>
|
|
</rule>
|
|
</emulator>
|
|
<emulator name="DOLPHIN">
|
|
<rule type="staticpath">
|
|
<entry>~/.local/share/flatpak/exports/bin/org.DolphinEmu.dolphin-emu</entry>
|
|
</rule>
|
|
</emulator>
|
|
<emulator name="RETROARCH">
|
|
<rule type="systempath">
|
|
<entry>org.libretro.RetroArch</entry>
|
|
</rule>
|
|
<rule type="staticpath">
|
|
<entry>~/.local/share/flatpak/exports/bin/org.libretro.RetroArch</entry>
|
|
<entry>/var/lib/flatpak/exports/bin/org.libretro.RetroArch</entry>
|
|
<entry>~/Applications/RetroArch-Linux*.AppImage</entry>
|
|
<entry>~/.local/share/applications/RetroArch-Linux*.AppImage</entry>
|
|
<entry>~/.local/bin/RetroArch-Linux*.AppImage</entry>
|
|
<entry>~/bin/RetroArch-Linux*.AppImage</entry>
|
|
</rule>
|
|
</emulator>
|
|
<core name="RETROARCH">
|
|
<rule type="corepath">
|
|
<!-- Flatpak package -->
|
|
<entry>~/.var/app/org.libretro.RetroArch/config/retroarch/cores</entry>
|
|
<!-- Snap package -->
|
|
<entry>~/snap/retroarch/current/.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>
|
|
<emulator name="SHADPS4">
|
|
<!-- PS4 emulator ShadPS4 -->
|
|
<rule type="staticpath">
|
|
<entry>/run/media/mmcblk0p1/Emulation/tools/launchers/shadps4.sh</entry>
|
|
</rule>
|
|
</emulator>
|
|
<emulator name="YUZU">
|
|
<!-- Nintendo Switch emulator Yuzu -->
|
|
<rule type="systempath">
|
|
<entry>yuzu</entry>
|
|
<entry>org.yuzu_emu.yuzu</entry>
|
|
</rule>
|
|
<rule type="staticpath">
|
|
<entry>~/Applications/yuzu*.AppImage</entry>
|
|
<entry>~/.local/share/applications/yuzu*.AppImage</entry>
|
|
<entry>~/.local/bin/yuzu*.AppImage</entry>
|
|
<entry>~/bin/yuzu*.AppImage</entry>
|
|
<entry>/var/lib/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
|
|
<entry>~/.local/share/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
|
|
</rule>
|
|
</emulator>
|
|
<emulator name="AZAHAR">
|
|
<!-- Nintendo 3DS -->
|
|
<rule type="staticpath">
|
|
<entry>~/Applications/azahar*.AppImage</entry>
|
|
</rule>
|
|
</emulator>
|
|
<emulator name="CITRON">
|
|
<!-- Nintendo Switch emulator Citron -->
|
|
<rule type="staticpath">
|
|
<entry>~/Applications/citron*.AppImage</entry>
|
|
</rule>
|
|
</emulator>
|
|
|
|
</ruleList> |