mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Documentation update
This commit is contained in:
parent
33acca863b
commit
9e956083b3
|
@ -6,6 +6,8 @@
|
|||
|
||||
### Release overview
|
||||
|
||||
This release adds support for a lot of systems on Android which brings this platform much closer to the desktop ports as far as system support is concerned. It also brings experimental support for setting ES-DE as the Android home app. Outside of Android a number of new features have been added to the theme engine, ES-DE can be now be built for KMS/direct framebuffer access on Linux and several new emulators have been added. A couple of bugs have been fixed as well, in addition to some other minor improvements.
|
||||
|
||||
### Detailed list of changes
|
||||
|
||||
* (Android) Added experimental support for running ES-DE as the home app
|
||||
|
@ -55,6 +57,8 @@
|
|||
* Added ACE-DL standalone as an alternative emulator for the amstradcpc system on Linux, macOS and Windows
|
||||
* Added ColEm standalone as an alternative emulator for the adam and colecovision systems on Linux and Windows
|
||||
* (Windows) Added WinArcadia standalone as an alternative emulator for the arcadia system
|
||||
* (Windows) Added XM6 Pro-68k standalone as an alternative emulator for the x68000 system
|
||||
* (Linux) Added XM6 Pro-68k Wine and XM6 Pro-68k Proton as alternative emulators for the x68000 system
|
||||
* Added the "-gameio joy" option to the MAME and MAME standalone alternative emulator entries for the apple2 and apple2gs systems
|
||||
* Added the "-analogue acornjoy" option to the MAME standalone emulator entry for the bbcmicro system
|
||||
* Added the .elf, .tmd and .wuhb file extensions to the wiiu system on Linux, macOS and Windows
|
||||
|
@ -71,6 +75,7 @@
|
|||
* Added an "imageCropPos" property to the grid element
|
||||
* Added a "cropPos" property to the image element
|
||||
* Added a "cropPos" property to the video element
|
||||
* SDL_HINT_APP_NAME is now explicitly set to "ES-DE" to display the correct name in the OS sound settings interface and similar
|
||||
* (macOS) Changed the minimum required OS version from 10.15 "Catalina" to 11 "Big Sur"
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
@ -883,6 +883,7 @@ The following Windows emulators are supported, and the setup for most of these i
|
|||
| atarijaguar/atarijaguarcd | BigPEmu | BigPEmu/BigPEmu.exe |
|
||||
| famicom/nes | 3dSen | 3dSen/3dSen.exe |
|
||||
| model2 | Model 2 Emulator | m2emulator/EMULATOR.EXE |
|
||||
| x68000 | XM6 Pro-68k | XM6 Pro-68k/XM6.exe |
|
||||
| xbox360 | xenia | xenia/xenia.exe |
|
||||
| xbox360 | xenia | xenia/xenia_canary.exe |
|
||||
|
||||
|
@ -4212,7 +4213,7 @@ The **@** symbol indicates that the emulator is _deprecated_ and will be removed
|
|||
| wonderswan | Bandai WonderSwan | Beetle Cygne | Mednafen **(Standalone)**,<br>ares **(Standalone)**,<br>ares [Benesse Pocket Challenge V2] **(Standalone)** | No | Single archive or ROM file |
|
||||
| wonderswancolor | Bandai WonderSwan Color | Beetle Cygne | Mednafen **(Standalone)**,<br>ares **(Standalone)** | No | Single archive or ROM file |
|
||||
| x1 | Sharp X1 | X Millennium | MAME [Diskette] **(Standalone)**,<br>MAME [Tape] **(Standalone)** | Yes for MAME | Single archive or diskette/tape file |
|
||||
| x68000 | Sharp X68000 | PX68k | MAME **(Standalone)** | Yes | |
|
||||
| x68000 | Sharp X68000 | PX68k | MAME **(Standalone)**,<br>XM6 Pro-68k **(Standalone)** [W],<br>XM6 Pro-68k **(Wine)** [L],<br>XM6 Pro-68k **(Proton)** [L] | Yes except for XM6 Pro-68k | |
|
||||
| xbox | Microsoft Xbox | xemu **(Standalone)** | Cxbx-Reloaded **(Standalone)** [W] | Yes for xemu | Single .iso file for xemu or unpacked .iso directory for Cxbx-Reloaded |
|
||||
| xbox360 | Microsoft Xbox 360 | xenia **(Standalone)** [W],<br>xenia **(Wine)** [L] | xenia **(Proton)** [L],<br> _Shortcut or script_ [L] | No | See the specific _Microsoft Xbox 360_ section elsewhere in this guide |
|
||||
| zmachine | Infocom Z-machine | MojoZork | Gargoyle **(Standalone)** | No | |
|
||||
|
|
Loading…
Reference in a new issue