mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-19 13:25:38 +00:00
(Unix) The RetroArch core path search order now matches the emulator binary search order.
This commit is contained in:
parent
5d1e9cce7d
commit
19339b92ac
|
@ -17,18 +17,18 @@
|
||||||
</emulator>
|
</emulator>
|
||||||
<core name="RETROARCH">
|
<core name="RETROARCH">
|
||||||
<rule type="corepath">
|
<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 -->
|
<!-- Ubuntu and Linux Mint repository -->
|
||||||
<entry>/usr/lib/x86_64-linux-gnu/libretro</entry>
|
<entry>/usr/lib/x86_64-linux-gnu/libretro</entry>
|
||||||
<!-- Fedora repository -->
|
<!-- Fedora repository -->
|
||||||
<entry>/usr/lib64/libretro</entry>
|
<entry>/usr/lib64/libretro</entry>
|
||||||
<!-- Manjaro repository -->
|
<!-- Manjaro repository -->
|
||||||
<entry>/usr/lib/libretro</entry>
|
<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 -->
|
<!-- FreeBSD and OpenBSD repository -->
|
||||||
<entry>/usr/local/lib/libretro</entry>
|
<entry>/usr/local/lib/libretro</entry>
|
||||||
<!-- NetBSD repository -->
|
<!-- NetBSD repository -->
|
||||||
|
|
Loading…
Reference in a new issue