diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d62ca30..5a77e7ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * 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 +* The Git index stat cache is now refreshed for all themes when starting the theme downloader (speeds up the inventory under some circumstances) * (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 diff --git a/HAIKU.md b/HAIKU.md index 742bf70dc..48539900f 100644 --- a/HAIKU.md +++ b/HAIKU.md @@ -14,6 +14,8 @@ Table of contents: * There is no 3D acceleration as the operating system does not support that +* ES-DE may crash or behave strange when used on Haiku Nightly (i.e. it's due to operating system issues, make sure to run R1/beta5 which should work fine) + ## Emulator problems In contrast with all other platforms which ES-DE runs on, on Haiku emulators which are not working correctly are still included in the configuration. This is done with the belief that things will improve in the future as the operating system matures. diff --git a/INSTALL-DEV.md b/INSTALL-DEV.md index c04a542d6..3311f2b70 100644 --- a/INSTALL-DEV.md +++ b/INSTALL-DEV.md @@ -454,6 +454,7 @@ cd ~ git clone https://github.com/leonstyhre/haikuports.git --depth=50 pkgman install haikuporter cp /boot/system/settings/haikuports.conf ~/config/settings/ +haikuporter --purge es_de haikuporter -S --no-source-packages --get-dependencies -j8 es_de ``` diff --git a/INSTALL.md b/INSTALL.md index 82beee757..37b36c69a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -452,6 +452,7 @@ cd ~ git clone https://github.com/leonstyhre/haikuports.git --depth=50 pkgman install haikuporter cp /boot/system/settings/haikuports.conf ~/config/settings/ +haikuporter --purge es_de haikuporter -S --no-source-packages --get-dependencies -j8 es_de ``` diff --git a/USERGUIDE-DEV.md b/USERGUIDE-DEV.md index 453e02b28..9ca57e2bb 100644 --- a/USERGUIDE-DEV.md +++ b/USERGUIDE-DEV.md @@ -711,7 +711,6 @@ 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 |