From 96109719065bf6a5193058e62d597025ac8c2ce3 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 1 Apr 2022 18:08:21 +0200 Subject: [PATCH] Documentation update. --- CHANGELOG.md | 1 + USERGUIDE-DEV.md | 3 ++- USERGUIDE.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8cc0b6d7..429272db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ * Added scraper support for displaying the returned platform if it does not match the game platform, or if multiple platforms are defined for the system * Added scraping of fan art and updated the media viewer to display these images * Added scraping of box back covers when using TheGamesDB +* Added fallback for high resolution marquee/wheel image for ScreenScraper if no regular wheel image was found * Moved the option "Scrape actual folders" higher up in the scraper options menu * Added the ability to set a manual sortname specifically for custom collections using the metadata editor * When scraping in semi-automatic mode, horizontal scrolling of long game names are no longer reset when automatically selecting the result diff --git a/USERGUIDE-DEV.md b/USERGUIDE-DEV.md index 8a1b1369a..b1340e361 100644 --- a/USERGUIDE-DEV.md +++ b/USERGUIDE-DEV.md @@ -676,7 +676,8 @@ Apart from the potential difficulty in locating the emulator binary, there are s The RPCS3 emulator requires a bit of special setup. -On Windows RPCS3 does not ship with an installer but rather as a zip file that contains all application files. You will need to unzip the content and manually add that directory to your environment Path variable so that ES-DE will be able to find the emulator binary rpcs3.exe. +On Windows RPCS3 does not ship with an installer but rather as a zip file that contains all application files. You will need to unzip the content and manually add that directory to your environment Path variable so that ES-DE will be able to find the emulator binary rpcs3.exe, or you can optionally place the RPCS3 directory inside the ES-DE installation directory in which case it will be found when launching a game. Both these options are described in more detail [here](USERGUIDE-DEV.md#specific-notes-for-windows) + The macOS release ships as a regular DMG file that is installed as usual. diff --git a/USERGUIDE.md b/USERGUIDE.md index e5516a97d..0d1a8864e 100644 --- a/USERGUIDE.md +++ b/USERGUIDE.md @@ -692,7 +692,7 @@ Apart from the potential difficulty in locating the emulator binary, there are s The RPCS3 emulator requires a bit of special setup. -On Windows RPCS3 does not ship with an installer but rather as a zip file that contains all application files. You will need to unzip the content and manually add that directory to your environment Path variable so that ES-DE will be able to find the emulator binary rpcs3.exe. +On Windows RPCS3 does not ship with an installer but rather as a zip file that contains all application files. You will need to unzip the content and manually add that directory to your environment Path variable so that ES-DE will be able to find the emulator binary rpcs3.exe, or you can optionally place the RPCS3 directory inside the ES-DE installation directory in which case it will be found when launching a game. Both these options are described in more detail [here](USERGUIDE.md#specific-notes-for-windows) On Linux RPCS3 is shipped as a Snap package, Flatpak package or AppImage. If installed as a Snap or Flatpak or if built from source code, ES-DE should be able to easily locate the emulator binary.