mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
(Linux) Added support for using portable mode for the RetroArch AppImage release (added corepath find rules)
This commit is contained in:
parent
74c22f80ff
commit
ee7bc6481e
|
@ -24,12 +24,17 @@
|
||||||
</emulator>
|
</emulator>
|
||||||
<core name="RETROARCH">
|
<core name="RETROARCH">
|
||||||
<rule type="corepath">
|
<rule type="corepath">
|
||||||
<!-- Snap package -->
|
<!-- Non-portable AppImage and compiled from source -->
|
||||||
<entry>~/snap/retroarch/current/.config/retroarch/cores</entry>
|
<entry>~/.config/retroarch/cores</entry>
|
||||||
|
<!-- Portable AppImage -->
|
||||||
|
<entry>~/Applications/RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/cores</entry>
|
||||||
|
<entry>~/.local/share/applications/RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/cores</entry>
|
||||||
|
<entry>~/.local/bin/RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/cores</entry>
|
||||||
|
<entry>~/bin/RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/cores</entry>
|
||||||
<!-- Flatpak package -->
|
<!-- Flatpak package -->
|
||||||
<entry>~/.var/app/org.libretro.RetroArch/config/retroarch/cores</entry>
|
<entry>~/.var/app/org.libretro.RetroArch/config/retroarch/cores</entry>
|
||||||
<!-- AppImage and compiled from source -->
|
<!-- Snap package -->
|
||||||
<entry>~/.config/retroarch/cores</entry>
|
<entry>~/snap/retroarch/current/.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 -->
|
||||||
|
|
Loading…
Reference in a new issue