diff --git a/ANDROID-DEV.md b/ANDROID-DEV.md
index 3723c3656..fa332e7fb 100644
--- a/ANDROID-DEV.md
+++ b/ANDROID-DEV.md
@@ -4,8 +4,7 @@ This document contains information specific to the Android release, for more gen
It's also generally recommended to read the [Frequently Asked Questions (FAQ) for Android](FAQ-ANDROID.md) document prior to diving into the information in this document.
-You can buy the Android APK from our Patreon page: \
-https://www.patreon.com/es_de
+You can buy the Android APK via [Patreon](https://www.patreon.com/es_de), the [Samsung Galaxy Store](https://galaxystore.samsung.com/detail/org.es_de.frontend.galaxy) or [Huawei AppGallery](https://appgallery.huawei.com/#/app/C111315115)
Table of contents:
@@ -215,6 +214,12 @@ If you prefer to apply the NetherSX2 patch yourself (i.e. build the APK) then yo
https://github.com/Trixarian/NetherSX2-patch
+### Cemu
+
+This emulator can be downloaded from their GitHub site. Note that this is a fork and not released by the main Cemu project.
+
+https://github.com/SSimco/Cemu/releases
+
### Citra
The original Citra emulator project is no longer alive, but there is a fork that should work as a drop-in replacement. The Citra MMJ fork is also a viable alternative. Both of these emulators are available for download from their GitHub sites.
@@ -615,8 +620,8 @@ This is clearly not a complete list of Android devices, but rather those we know
| Samsung | Galaxy A71 5G | 13 | Yes | None | |
| Samsung | Galaxy M52 5G | 13 | Yes | None | |
| Samsung | Galaxy Note 9 | 10 | Yes | None | |
-| Samsung | Galaxy Note 20 | 13 | No | Fails at configurator/onboarding | |
-| Samsung | Galaxy Note 20 Ultra 5G | 13 | Yes | None | |
+| Samsung | Galaxy Note 20 | 13 | Yes | None | The configurator/onboarding may fail if the device is in portrait mode, so always use landscape mode when running through the initial setup |
+| Samsung | Galaxy Note 20 Ultra 5G | 13 | Yes | None | The configurator/onboarding may fail if the device is in portrait mode, so always use landscape mode when running through the initial setup |
| Samsung | Galaxy S9+ | 10 | Yes | None | |
| Samsung | Galaxy S10 | 12 | Yes | None | |
| Samsung | Galaxy S20 | 13 | Yes | None | |
@@ -835,7 +840,7 @@ The **@** symbol indicates that the emulator is _deprecated_ and will be removed
| vsmile | VTech V.Smile | MAME4droid 2024 **(Standalone)** | | Yes | Single archive or ROM file |
| wasm4 | WASM-4 Fantasy Console | WASM-4 | | No | Single .wasm file |
| wii | Nintendo Wii | Dolphin | Dolphin **(Standalone)**,
Dolphin MMJR **(Standalone)**,
Dolphin MMJR2 **(Standalone)** | No | |
-| wiiu | Nintendo Wii U | _Placeholder_ | | | |
+| wiiu | Nintendo Wii U | Cemu **(Standalone)** | | No | See the specific _Nintendo Wii U_ section in the user guide |
| windows | Microsoft Windows | Winlator Cmod Glibc **(Standalone)** | Winlator Cmod PRoot **(Standalone)** | No | See the _Winlator_ section elsewhere in this document |
| windows3x | Microsoft Windows 3.x | DOSBox-Pure | | No | |
| windows9x | Microsoft Windows 9x | DOSBox-Pure | | No | |
diff --git a/ANDROID.md b/ANDROID.md
index 42b4428ed..2dc1c8b04 100644
--- a/ANDROID.md
+++ b/ANDROID.md
@@ -4,8 +4,7 @@ This document contains information specific to the Android release, for more gen
It's also generally recommended to read the [Frequently Asked Questions (FAQ) for Android](FAQ-ANDROID.md) document prior to diving into the information in this document.
-You can buy the Android APK from our Patreon page: \
-https://www.patreon.com/es_de
+You can buy the Android APK via [Patreon](https://www.patreon.com/es_de), the [Samsung Galaxy Store](https://galaxystore.samsung.com/detail/org.es_de.frontend.galaxy) or [Huawei AppGallery](https://appgallery.huawei.com/#/app/C111315115)
Table of contents:
@@ -615,8 +614,8 @@ This is clearly not a complete list of Android devices, but rather those we know
| Samsung | Galaxy A71 5G | 13 | Yes | None | |
| Samsung | Galaxy M52 5G | 13 | Yes | None | |
| Samsung | Galaxy Note 9 | 10 | Yes | None | |
-| Samsung | Galaxy Note 20 | 13 | No | Fails at configurator/onboarding | |
-| Samsung | Galaxy Note 20 Ultra 5G | 13 | Yes | None | |
+| Samsung | Galaxy Note 20 | 13 | Yes | None | The configurator/onboarding may fail if the device is in portrait mode, so always use landscape mode when running through the initial setup |
+| Samsung | Galaxy Note 20 Ultra 5G | 13 | Yes | None | The configurator/onboarding may fail if the device is in portrait mode, so always use landscape mode when running through the initial setup |
| Samsung | Galaxy S9+ | 10 | Yes | None | |
| Samsung | Galaxy S10 | 12 | Yes | None | |
| Samsung | Galaxy S20 | 13 | Yes | None | |
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61e616dd8..30970962b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,14 +11,17 @@
### Detailed list of changes
* Added translations for German (de_DE)
+* Added translations for Dutch (nl_NL)
* Added translations for Korean (ko_KR)
* Decreased the memory footprint under some circumstances by completely freeing up video player resources after finishing view transitions
+* (Android) Added support for the Nintendo Wii U (wiiu) game system
* (Android) Improved the experience when running in multi-window mode
* Added the Nanum Square Neo Korean font
### Bug fixes
* (Android) Switching from ES-DE to another app and back again while the "no ROMs" dialog was shown crashed the application
+* There was a regression where filesystem case-sensitivity was not considered when looking for media files for the screensaver
* 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
diff --git a/CREDITS.md b/CREDITS.md
index 4eec32ced..cb2d7008d 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -28,6 +28,8 @@ Dani (stshunz) \
Fredy27 (neuromancer974) \
**Italian** \
Viler \
+**Dutch**\
+Stefan VDB\
**Polish** \
kycho \
**Portuguese (Brazil)** \
diff --git a/THEMES-DEV.md b/THEMES-DEV.md
index c410130c7..814c28899 100644
--- a/THEMES-DEV.md
+++ b/THEMES-DEV.md
@@ -755,10 +755,12 @@ The following languages are supported:
| :------------ | :----------------------- | :----------------------- |
| en_US | English (United States) | English (United States) |
| en_GB | English (United Kingdom) | English (United Kingdom) |
+| ca_ES | Catalan | Català |
| de_DE | German | Deutsch |
| es_ES | Spanish (Spain) | Español (España) |
| fr_FR | French | Français |
| it_IT | Italian | Italiano |
+| nl_NL | Dutch | Nederlands |
| pl_PL | Polish | Polski |
| pt_BR | Portuguese (Brazil) | Português (Brasil) |
| ro_RO | Romanian | Română |