From 3c8fa752b2e4728a110923c3ed019cd05035bf7c Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 7 Oct 2024 22:23:16 +0200 Subject: [PATCH] Documentation update --- ANDROID-DEV.md | 3 ++- ANDROID.md | 3 ++- CHANGELOG.md | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ANDROID-DEV.md b/ANDROID-DEV.md index 955ac5285..bfdcfc6c7 100644 --- a/ANDROID-DEV.md +++ b/ANDROID-DEV.md @@ -307,8 +307,9 @@ https://github.com/jtothebell/fake-08/releases ### Flycast -Flycast is not available on the Play store or the F-Droid store, but it can be downloaded from their GitHub site. +This emulator can be installed from the Play store or it can be downloaded from their GitHub site. +https://play.google.com/store/apps/details?id=com.flycast.emulator \ https://github.com/flyinghead/flycast/releases ### fMSX diff --git a/ANDROID.md b/ANDROID.md index ccc538e3e..8906adc01 100644 --- a/ANDROID.md +++ b/ANDROID.md @@ -301,8 +301,9 @@ https://github.com/jtothebell/fake-08/releases ### Flycast -Flycast is not available on the Play store or the F-Droid store, but it can be downloaded from their GitHub site. +This emulator can be installed from the Play store or it can be downloaded from their GitHub site. +https://play.google.com/store/apps/details?id=com.flycast.emulator \ https://github.com/flyinghead/flycast/releases ### fMSX diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a77e7ed1..08ea1818e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ * Added translations for Korean (ko_KR) * Decreased the memory footprint under some circumstances by completely freeing up video player resources after finishing view transitions * The Git index stat cache is now refreshed for all themes when starting the theme downloader (speeds up the inventory under some circumstances) +* (Android) Added experimental support for the Nintendo Wii U (wiiu) game system +* (Android) Changed Flycast standalone to use %ROMSAF% instead of %ROM% as the latter caused game launching to fail on some devices * (Android) Improved the experience when running in multi-window mode * (Android) Added exception handling to the onboarding configurator for broken devices where the SAF directory picker is missing * (modern-es-de) Replaced some legacy carousel icons @@ -27,6 +29,7 @@ * (Android) Switching from ES-DE to another app and back again while the "no ROMs" dialog was shown crashed the application * (Android) Switching from ES-DE to the home app and back again while the onboarding configurator was running crashed the application * There was a regression where filesystem case-sensitivity was not considered when looking for media files for the screensaver +* Invalid popup notifications were sometimes shown after a download error message had been displayed in the theme downloader * Attempting to view media for a game that had no downloaded media paused the playback of all static theme videos * Newly entered ScreenScraper username and password values were positioned incorrectly vertically in the account settings menu