From ea053d7f6ccd9515ddfa9cbdcea39b45fb88d2f7 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 24 Apr 2022 13:39:02 +0200 Subject: [PATCH] Documentation update. --- CHANGELOG.md | 4 ++++ INSTALL-DEV.md | 13 +++++++------ INSTALL.md | 13 +++++++------ README.md | 2 -- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0769392f8..d61c88f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -162,6 +162,10 @@ v1.2 maintenance release. * Added missing scraper entries for samcoupe and zx81 for TheGamesDB and zmachine for ScreenScraper * neogeocd is now scraped specifically as "Neo Geo CD" instead of the more generic "Neo Geo" * (rbsimple-DE) Made the xbox console graphics slightly darker +* Added a CMake flag to build as Flatpak which prefixes "flatpak-spawn --host" to all launch commands +* A check is now done on game launch that emulator binaries are actually files or symlinks +* (Unix) The RetroArch core path search order now matches the emulator binary search order +* (Unix) Renamed the icon emulationstation.svg to org.es_de.emulationstation-de.svg ### Bug fixes diff --git a/INSTALL-DEV.md b/INSTALL-DEV.md index 00b0f3289..3a3c34949 100644 --- a/INSTALL-DEV.md +++ b/INSTALL-DEV.md @@ -1359,6 +1359,7 @@ Here's an example es_find_rules.xml file for Unix (this is not the complete file /var/lib/flatpak/exports/bin/org.libretro.RetroArch + ~/.local/share/flatpak/exports/bin/org.libretro.RetroArch ~/Applications/RetroArch-Linux-x86_64.AppImage ~/.local/bin/RetroArch-Linux-x86_64.AppImage ~/bin/RetroArch-Linux-x86_64.AppImage @@ -1366,18 +1367,18 @@ Here's an example es_find_rules.xml file for Unix (this is not the complete file - - ~/snap/retroarch/current/.config/retroarch/cores - - ~/.var/app/org.libretro.RetroArch/config/retroarch/cores - - ~/.config/retroarch/cores /usr/lib/x86_64-linux-gnu/libretro /usr/lib64/libretro /usr/lib/libretro + + ~/snap/retroarch/current/.config/retroarch/cores + + ~/.var/app/org.libretro.RetroArch/config/retroarch/cores + + ~/.config/retroarch/cores /usr/local/lib/libretro diff --git a/INSTALL.md b/INSTALL.md index ed0d488c0..484669f86 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1642,6 +1642,7 @@ Here's an example es_find_rules.xml file for Unix (this is not the complete file /var/lib/flatpak/exports/bin/org.libretro.RetroArch + ~/.local/share/flatpak/exports/bin/org.libretro.RetroArch ~/Applications/RetroArch-Linux-x86_64.AppImage ~/.local/bin/RetroArch-Linux-x86_64.AppImage ~/bin/RetroArch-Linux-x86_64.AppImage @@ -1649,18 +1650,18 @@ Here's an example es_find_rules.xml file for Unix (this is not the complete file - - ~/snap/retroarch/current/.config/retroarch/cores - - ~/.var/app/org.libretro.RetroArch/config/retroarch/cores - - ~/.config/retroarch/cores /usr/lib/x86_64-linux-gnu/libretro /usr/lib64/libretro /usr/lib/libretro + + ~/snap/retroarch/current/.config/retroarch/cores + + ~/.var/app/org.libretro.RetroArch/config/retroarch/cores + + ~/.config/retroarch/cores /usr/local/lib/libretro diff --git a/README.md b/README.md index 992252f9a..ddac28250 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ All previous releases can be downloaded from [here](https://gitlab.com/leonstyhr The _current_ version of the Linux AppImage ships with newer libraries and better controller support but requires distributions with libc 2.34 or later to work. -Flatpak will not be supported on Linux as this packaging system is too restrictive with its sandbox approach, making ES-DE virtually useless as it can't freely locate and launch emulators on the system. - If using FreeBSD, NetBSD or OpenBSD you will need to build ES-DE from source code for the time being, as explained in [INSTALL.md](INSTALL.md). Please refer to [CHANGELOG.md](CHANGELOG.md) for more information about the releases, including known issues.