Documentation update

This commit is contained in:
Leon Styhre 2024-10-06 22:39:21 +02:00
parent 9bc20fb18a
commit 77d27db8cb
5 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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.

View file

@ -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
```

View file

@ -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
```

View file

@ -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 |