mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Documentation update
This commit is contained in:
parent
0deec0865d
commit
ea8148bbf5
|
@ -29,12 +29,13 @@
|
||||||
* (Windows) Added the %RUNINBACKGROUND% variable for the epic system
|
* (Windows) Added the %RUNINBACKGROUND% variable for the epic system
|
||||||
* (Windows) Removed support for building the application using MinGW
|
* (Windows) Removed support for building the application using MinGW
|
||||||
* Added a "renderDuringTransitions" property to the image element
|
* Added a "renderDuringTransitions" property to the image element
|
||||||
* Placeholder entries in es_systems.xml are now skipped by default when creating the system directories and systemsinfo.txt files
|
* Placeholder entries in es_systems.xml are now skipped by default when creating the system directories and systeminfo.txt files
|
||||||
* Added a CreatePlaceholderSystemDirectories option that can be manually set in es_settings.xml to still create placeholder directories
|
* Added a CreatePlaceholderSystemDirectories option that can be manually set in es_settings.xml to still create placeholder directories
|
||||||
* Added support for more extreme vertical resolutions than previously allowed
|
* Added support for more extreme vertical resolutions than previously allowed
|
||||||
* Added support for the 19.5:9, 20:9 and 1:1 display aspect ratios
|
* Added support for the 19.5:9, 20:9 and 1:1 display aspect ratios
|
||||||
* The relevant SDL error message is now printed to the log if a controller could not be added
|
* The relevant SDL error message is now printed to the log if a controller could not be added
|
||||||
* Added workarounds for some mobile GPUs which do not support all OpenGL operations when using the BGRA pixel format
|
* Added rendering workarounds for some mobile GPUs which do not support all OpenGL operations when using the BGRA pixel format
|
||||||
|
* Added the UTF8-CPP library as a dependency
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
|
|
@ -73,6 +73,9 @@ https://github.com/Samsung/rlottie
|
||||||
SDL \
|
SDL \
|
||||||
https://www.libsdl.org
|
https://www.libsdl.org
|
||||||
|
|
||||||
|
UTF8-CPP \
|
||||||
|
https://github.com/nemtrif/utfcpp
|
||||||
|
|
||||||
Vorbis \
|
Vorbis \
|
||||||
https://gitlab.xiph.org/xiph/vorbis
|
https://gitlab.xiph.org/xiph/vorbis
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue