mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Documentation update
This commit is contained in:
parent
8326c0bbee
commit
0c5e296103
|
@ -582,7 +582,7 @@ This is clearly not a complete list of Android devices, but rather those we know
|
|||
| Google | Pixel 7 Pro | 13 | Yes | None | |
|
||||
| Google | Pixel 8 Pro | 14 | Yes | None | |
|
||||
| Google | Pixel Fold | 14 | Yes | None | |
|
||||
| Google | Pixel Tablet | 14 | Yes | None | |
|
||||
| Google | Pixel Tablet | 14, 15 | Yes | None | |
|
||||
| GPD | XD Plus | 11 | Yes | None | LineageOS |
|
||||
| Honor | 20 lite | 10 | Yes | None | |
|
||||
| Honor | Magic5 Pro | 13 | Yes | None | |
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
3.1 maintenance release which adds support for four more languages, reduces the memory footprint under some circumstances and adds support for a few more emulators.
|
||||
|
||||
On Android the default audio driver was changed from AAudio to OpenSL ES which should decrease audio latency on many devices. There's also a new menu option in the Sound settings menu that makes it possible to easily revert to AAudio in case of issues with using OpenSL ES. For Android there is now also experimental support for running ES-DE in multi-window mode on tablets and other devices that support this.
|
||||
On Android the default audio driver has been changed from AAudio to OpenSL ES which should decrease audio latency on many devices. There's also a new menu option in the Sound settings menu that makes it possible to easily revert to AAudio in case of issues with using OpenSL ES. For Android there is now also experimental support for running ES-DE in multi-window mode on tablets and other devices that support this.
|
||||
|
||||
Apart from the above there are also a number of bug fixes and other minor improvements.
|
||||
|
||||
|
@ -32,6 +32,8 @@ Apart from the above there are also a number of bug fixes and other minor improv
|
|||
* (Android) Added a temporary workaround to avoid crashes on non-character keyboard input when editing text (caused by a bug in the SDL library)
|
||||
* (Android) Updated a number of Java and Kotlin dependencies to the latest stable versions
|
||||
* (Android) Removed the built-in application update check for the Samsung Galaxy Store and Huawei AppGallery builds
|
||||
* (Windows) Added Yaba Sanshiro 2 standalone as an alternative emulator for the saturn and saturnjp systems
|
||||
* (Windows) Added a find rule for the SSE2 build of DuckStation
|
||||
* (modern-es-de) Replaced some legacy carousel icons
|
||||
* Added the Nanum Square Neo Korean font
|
||||
* Updated SDL to 2.30.9 on Android, Windows, macOS and the Linux AppImage builds
|
||||
|
@ -43,6 +45,7 @@ Apart from the above there are also a number of bug fixes and other minor improv
|
|||
|
||||
* Pressing the "Clear" button in the text editor and then entering some value in the input field crashed the application
|
||||
* Placing a directory with no access permissions inside a system folder crashed the application on startup
|
||||
* (Android) Audio was not working correctly on some Android 15 devices (fixed by updating SDL to 2.30.9)
|
||||
* (Android) Switching from ES-DE to another app and back again while the "no ROMs" dialog was shown crashed the application
|
||||
* (Android) Switching from ES-DE to the home app and back again while the onboarding configurator was running crashed the application
|
||||
* (Windows) The video and slideshow screensavers didn't work if a custom game media directory had been configured
|
||||
|
|
|
@ -4225,8 +4225,8 @@ The **@** symbol indicates that the emulator is _deprecated_ and will be removed
|
|||
| quake | Quake | TyrQuake | vitaQuake 2,<br>vitaQuake 2 [Rogue],<br>vitaQuake 2 [Xatrix],<br>vitaQuake 2 [Zaero],<br>vitaQuake 3 [LW],<br> _Shortcut or script_ | No | |
|
||||
| samcoupe | MGT SAM Coupé | SimCoupé **(Standalone)** | | No | Single archive or ROM file |
|
||||
| satellaview | Nintendo Satellaview | Snes9x - Current | Snes9x 2010,<br>Snes9x 2005 Plus,<br>Snes9x **(Standalone)**,<br>bsnes,<br>bsnes-hd,<br>bsnes-mercury Accuracy,<br>bsnes **(Standalone)** [LW],<br>Mesen-S,<br>Mesen **(Standalone)** [LW],<br>ares **(Standalone)** | | |
|
||||
| saturn | Sega Saturn | Beetle Saturn | Kronos [LW],<br>YabaSanshiro [LW],<br>Yabause,<br>Mednafen **(Standalone)**,<br>SSF **(Standalone)** [W] | Yes | .chd file for single-disc games, .m3u playlist for multi-disc games |
|
||||
| saturnjp | Sega Saturn [Japan] | Beetle Saturn | Kronos [LW],<br>YabaSanshiro [LW],<br>Yabause,<br>Mednafen **(Standalone)**,<br>SSF **(Standalone)** [W] | Yes | .chd file for single-disc games, .m3u playlist for multi-disc games |
|
||||
| saturn | Sega Saturn | Beetle Saturn | Kronos [LW],<br>YabaSanshiro [LW],<br>Yaba Sanshiro 2 **(Standalone)** [W],<br>Yabause,<br>Mednafen **(Standalone)**,<br>SSF **(Standalone)** [W] | Yes | .chd file for single-disc games, .m3u playlist for multi-disc games |
|
||||
| saturnjp | Sega Saturn [Japan] | Beetle Saturn | Kronos [LW],<br>YabaSanshiro [LW],<br>Yaba Sanshiro 2 **(Standalone)** [W],<br>Yabause,<br>Mednafen **(Standalone)**,<br>SSF **(Standalone)** [W] | Yes | .chd file for single-disc games, .m3u playlist for multi-disc games |
|
||||
| scummvm | ScummVM Game Engine | ScummVM | ScummVM **(Standalone)** | No | See the specific _ScummVM_ section elsewhere in this guide |
|
||||
| scv | Epoch Super Cassette Vision | MAME - Current | MAME **(Standalone)** | Yes | Single archive or ROM file |
|
||||
| sega32x | Sega Mega Drive 32X | PicoDrive | ares **(Standalone)** | No | Single archive or ROM file |
|
||||
|
|
Loading…
Reference in a new issue