From a47a0547a2248d1f7c9f6c27b19b5013bed3f23e Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 15 Mar 2024 19:54:48 +0100 Subject: [PATCH] Documentation update --- ANDROID-DEV.md | 11 ++++++++--- ANDROID.md | 5 +++-- CHANGELOG.md | 4 ++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ANDROID-DEV.md b/ANDROID-DEV.md index 70cc10e28..ed462e82e 100644 --- a/ANDROID-DEV.md +++ b/ANDROID-DEV.md @@ -440,23 +440,28 @@ This is clearly not a complete list of Android devices, but rather those we know | Manufacturer | Model | Android release | Supported | Known issues | Comment | | :----------- | :--------------- | :-------------- | :-------- | :------------------ | :------------------------- | | Anbernic | RG556 | 13 | Yes | None | | -| Ayn | Odin | 10 | No | N/A | Android 10 not supported | +| Ayn | Odin | 10 | Yes | None | | | Ayn | Odin Lite | 11 | Yes | None | | | Ayn | Odin 2 | 13 | Yes | Can't launch some emulators,
Can't have dots in directory names,
Minor audio issues | Bugs in the firmware/OS image | | Google | Pixel 4a | 13 | Yes | None | | | Google | Pixel Tablet | 14 | Yes | None | | -| HONOR | Magic5 Pro | 13 | Yes | None | | -| Nokia | 5.4 | 12 | Yes | None | | +| Honor | 20 lite | 10 | Yes | None | | +| Honor | Magic5 Pro | 13 | Yes | None | | | Meta | Quest 3 | 12 ? | Yes | None | | +| Nokia | 5.4 | 12 | Yes | None | | +| Nokia | 7 Plus | 10 | Yes | None | | | Nvidia | Shield Pro | 11 (TV) | Yes | None | Limited RAM capacity on this device makes it unsuitable for demanding themes and large game collections | | OnePlus | 6T | 11 | Yes | None | | +| Oppo | A15 | 10 | Yes | None | | | REDMAGIC | 8 Pro | 13 | Yes | None | | | Retroid | Pocket 2s | 11 | Yes | None | | | Retroid | Pocket 3+ | 11 | Yes | None | | | Retroid | Pocket 4 Pro | 13 | Yes | None | | | Samsung | Galaxy Note 20 | 13 | No | Fails at configurator/onboarding | Has a non-standard app permission screen, possibly this breaks the configurator | | Samsung | Galaxy S10 | 12 | Yes | None | | +| Samsung | Galaxy S20 | 13 | Yes | None | | | Samsung | Galaxy S22 Ultra | 14 | Yes | None | | +| Samsung | Galaxy S23 Ultra | 14 | Yes | None | | | Samsung | Galaxy S24 Ultra | 14 | Yes | None | | | Wiko | Voix | 12 | No | Fails at configurator/onboarding | Probably a bug in the firmware/OS image as a libc system call fails | | Xiaomi | Pad 5 | 13 | Yes | None | | diff --git a/ANDROID.md b/ANDROID.md index 8eb240524..08d2c9ab9 100644 --- a/ANDROID.md +++ b/ANDROID.md @@ -434,12 +434,11 @@ This is clearly not a complete list of Android devices, but rather those we know | Manufacturer | Model | Android release | Supported | Known issues | Comment | | :----------- | :--------------- | :-------------- | :-------- | :------------------ | :------------------------- | | Anbernic | RG556 | 13 | Yes | None | | -| Ayn | Odin | 10 | No | N/A | Android 10 not supported | | Ayn | Odin Lite | 11 | Yes | None | | | Ayn | Odin 2 | 13 | Yes | Can't launch some emulators,
Can't have dots in directory names,
Minor audio issues | Bugs in the firmware/OS image | | Google | Pixel 4a | 13 | Yes | None | | | Google | Pixel Tablet | 14 | Yes | None | | -| HONOR | Magic5 Pro | 13 | Yes | None | | +| Honor | Magic5 Pro | 13 | Yes | None | | | Nokia | 5.4 | 12 | Yes | None | | | Meta | Quest 3 | 12 ? | Yes | None | | | Nvidia | Shield Pro | 11 (TV) | Yes | None | Limited RAM capacity on this device makes it unsuitable for demanding themes and large game collections | @@ -450,7 +449,9 @@ This is clearly not a complete list of Android devices, but rather those we know | Retroid | Pocket 4 Pro | 13 | Yes | None | | | Samsung | Galaxy Note 20 | 13 | No | Fails at configurator/onboarding | Has a non-standard app permission screen, possibly this breaks the configurator | | Samsung | Galaxy S10 | 12 | Yes | None | | +| Samsung | Galaxy S20 | 13 | Yes | None | | | Samsung | Galaxy S22 Ultra | 14 | Yes | None | | +| Samsung | Galaxy S23 Ultra | 14 | Yes | None | | | Samsung | Galaxy S24 Ultra | 14 | Yes | None | | | Wiko | Voix | 12 | No | Fails at configurator/onboarding | Probably a bug in the firmware/OS image as a libc system call fails | | Xiaomi | Pad 5 | 13 | Yes | None | | diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d763b2a1..ee986460d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,15 @@ ### Release overview +This release adds support for Android 10 devices, removes support for the Yuzu emulator and includes a number of additional minor improvements and bug fixes. + ### Detailed list of changes +* Added support for Android 10 * Removed Yuzu from the switch system * Added Panda3DS standalone as an alternative emulator for the n3ds system * (Android) Added support for placing the ES-DE and ROMs directories on mounted USB storage (/mnt/media_rw/) +* (Android) Added support for network mounted storage on the Nvidia Shield Pro (and possibly other devices) * Added a more informative error message than "HTTP error code 430" when exceeding the daily ScreenScraper quota * Added the Snes9x 2005 Plus RetroArch core as an alternative emulator for the satellaview, sfc, snes, snesna and sufami systems * Added the Beetle SuperGrafx RetroArch core as an alternative emulator for the pcengine, pcenginecd, tg16 and tg-cd systems