From 19339b92ac759348829aa77ea4ca31ca528768d2 Mon Sep 17 00:00:00 2001 From: Leon Styhre <leon@leonstyhre.com> Date: Sun, 24 Apr 2022 11:23:31 +0200 Subject: [PATCH] (Unix) The RetroArch core path search order now matches the emulator binary search order. --- resources/systems/unix/es_find_rules.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/systems/unix/es_find_rules.xml b/resources/systems/unix/es_find_rules.xml index aed2246de..f76fdbac9 100644 --- a/resources/systems/unix/es_find_rules.xml +++ b/resources/systems/unix/es_find_rules.xml @@ -17,18 +17,18 @@ </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> + <!-- 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> <!-- FreeBSD and OpenBSD repository --> <entry>/usr/local/lib/libretro</entry> <!-- NetBSD repository -->