mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Documentation update.
This commit is contained in:
parent
0f4b0ec7ce
commit
1e2f666776
|
@ -155,7 +155,7 @@ v1.2 maintenance release.
|
|||
* Added the .ps3 file extension to the ps3 system
|
||||
* Added the .rom file extension to the atari800 system
|
||||
* Added the .svm file extension to the scummvm system and removed support for .7z and .zip extensions
|
||||
* Added the .wud and .wux file extensions for the wiiu system on Windows
|
||||
* Added the .wua, .wud and .wux file extensions for the wiiu system on Windows
|
||||
* Added --escape-exit command line option for the PPSSPP standalone emulator
|
||||
* Added -batch command line option for the DuckStation standalone emulator
|
||||
* (Windows) Added a separate find rules configuration file for use with portable installations
|
||||
|
@ -165,7 +165,6 @@ v1.2 maintenance release.
|
|||
* (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
|
||||
|
|
|
@ -1367,18 +1367,18 @@ Here's an example es_find_rules.xml file for Unix (this is not the complete file
|
|||
</emulator>
|
||||
<core name="RETROARCH">
|
||||
<rule type="corepath">
|
||||
<!-- 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>
|
||||
<!-- 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 -->
|
||||
|
|
12
INSTALL.md
12
INSTALL.md
|
@ -1650,18 +1650,18 @@ Here's an example es_find_rules.xml file for Unix (this is not the complete file
|
|||
</emulator>
|
||||
<core name="RETROARCH">
|
||||
<rule type="corepath">
|
||||
<!-- 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>
|
||||
<!-- 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 -->
|
||||
|
|
Loading…
Reference in a new issue