diff --git a/ANDROID-DEV.md b/ANDROID-DEV.md index 6370b6b81..955ac5285 100644 --- a/ANDROID-DEV.md +++ b/ANDROID-DEV.md @@ -552,6 +552,7 @@ This is clearly not a complete list of Android devices, but rather those we know | Anbernic | RG ARC | 12 | Yes | None | LineageOS | | Anbernic | RG Cube | 13 | Yes | None | | | AYANEO | Pocket Air | 12 | Yes | None | | +| AYANEO | Pocket Micro | 13 | Yes | None | | | AYANEO | Pocket S | 13 | Yes | None | | | Ayn | Odin (Base/Pro) | 10 | Yes | None | | | Ayn | Odin Lite | 11 | Yes | None | | diff --git a/ANDROID.md b/ANDROID.md index 2dc1c8b04..ccc538e3e 100644 --- a/ANDROID.md +++ b/ANDROID.md @@ -546,6 +546,7 @@ This is clearly not a complete list of Android devices, but rather those we know | Anbernic | RG ARC | 12 | Yes | None | LineageOS | | Anbernic | RG Cube | 13 | Yes | None | | | AYANEO | Pocket Air | 12 | Yes | None | | +| AYANEO | Pocket Micro | 13 | Yes | None | | | AYANEO | Pocket S | 13 | Yes | None | | | Ayn | Odin (Base/Pro) | 10 | Yes | None | | | Ayn | Odin Lite | 11 | Yes | None | | diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a2f488f..ef0293db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * (Android) Added experimental support for the Nintendo Wii U (wiiu) game system * (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 +* (Linux) Added support for the unofficial AppImage release of Ryujinx * (modern-es-de) Replaced some legacy carousel icons * Added the Nanum Square Neo Korean font diff --git a/USERGUIDE-DEV.md b/USERGUIDE-DEV.md index 9ca57e2bb..453e02b28 100644 --- a/USERGUIDE-DEV.md +++ b/USERGUIDE-DEV.md @@ -711,6 +711,7 @@ The following emulators are supported in AppImage format when using the bundled | psvita | Vita3K | Vita3K*.AppImage | | psx | DuckStation | DuckStation*.AppImage | | snes | Snes9x | Snes9x*.AppImage | +| switch | Ryujinx | Ryujinx*.AppImage | | xbox | xemu | xemu*.AppImage | | wii | Dolphin | Dolphin_Emulator*.AppImage | | wiiu | Cemu | Cemu*.AppImage |