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
afc48b58f1
commit
6c1ec7e7e6
|
@ -12,15 +12,17 @@ v2.0 maintenance release.
|
||||||
|
|
||||||
### Detailed list of changes
|
### Detailed list of changes
|
||||||
|
|
||||||
|
* Added an experimental theme downloader
|
||||||
* Added scrollable text container support to the system view
|
* Added scrollable text container support to the system view
|
||||||
* Added "Shortcut or script" as an alternative emulator for the arcade and mame systems
|
* Added "Shortcut or script" as an alternative emulator for the arcade and mame systems
|
||||||
* (Unix) Added the .desktop and .sh file extensions to the arcade and mame systems
|
* (Unix) Added the .desktop and .sh file extensions to the arcade and mame systems
|
||||||
* (macOS) Added the .app and .sh file extensions to the arcade and mame systems
|
* (macOS) Added the .app and .sh file extensions to the arcade and mame systems
|
||||||
* (Windows) Added the .bat and .lnk file extensions to the arcade and mame systems
|
* (Windows) Added the .bat and .lnk file extensions to the arcade and mame systems
|
||||||
* Added the .app file extensions to the nds system (for DSiWare games)
|
* Added the .app file extensions to the nds system
|
||||||
* Any theme directories with names ending with "disabled" (regardless of case) are now ignored
|
* Any theme directories with names ending with "disabled" (regardless of case) are now ignored
|
||||||
* Added support for changing the BusyComponent text dynamically
|
|
||||||
* Added the libgit2 library as a dependency
|
* Added the libgit2 library as a dependency
|
||||||
|
* Added support for changing the BusyComponent text dynamically
|
||||||
|
* Added proper helpsystem handling to ComponentGrid for some previously unhandled horizontal grid layouts
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
@ -29,6 +31,7 @@ v2.0 maintenance release.
|
||||||
* Fixed a potential container overflow in ViewController that could lead to rare crashes when running on an ARM processor
|
* Fixed a potential container overflow in ViewController that could lead to rare crashes when running on an ARM processor
|
||||||
* (macOS) When opening the main menu an error message was logged about accessing a nonexistent ShowQuitMenu setting
|
* (macOS) When opening the main menu an error message was logged about accessing a nonexistent ShowQuitMenu setting
|
||||||
* The scissor box size in ScrollableContainer was sometimes not calculated correctly
|
* The scissor box size in ScrollableContainer was sometimes not calculated correctly
|
||||||
|
* FileSystemUtil::renameFile() did sometimes not provide a return value for whether it succeeded or not
|
||||||
|
|
||||||
## Version 2.0.0
|
## Version 2.0.0
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,9 @@ http://glew.sourceforge.net
|
||||||
GLM \
|
GLM \
|
||||||
https://github.com/g-truc/glm
|
https://github.com/g-truc/glm
|
||||||
|
|
||||||
|
libgit2 \
|
||||||
|
https://libgit2.org
|
||||||
|
|
||||||
libvpx \
|
libvpx \
|
||||||
https://github.com/webmproject/libvpx
|
https://github.com/webmproject/libvpx
|
||||||
|
|
||||||
|
|
|
@ -373,7 +373,7 @@ Running at a lower application resolution in padded fullscreen mode:
|
||||||
emulationstation --resolution 1824 1026 --fullscreen-padding 1
|
emulationstation --resolution 1824 1026 --fullscreen-padding 1
|
||||||
```
|
```
|
||||||
|
|
||||||
Same as above but also offsetting the screen slighty to the left and downwards:
|
Same as above but also offsetting the screen slightly to the left and downwards:
|
||||||
```
|
```
|
||||||
emulationstation --resolution 1824 1026 --fullscreen-padding 1 --screenoffset -40 22
|
emulationstation --resolution 1824 1026 --fullscreen-padding 1 --screenoffset -40 22
|
||||||
```
|
```
|
||||||
|
|
|
@ -371,7 +371,7 @@ Running at a lower application resolution in padded fullscreen mode:
|
||||||
emulationstation --resolution 1824 1026 --fullscreen-padding 1
|
emulationstation --resolution 1824 1026 --fullscreen-padding 1
|
||||||
```
|
```
|
||||||
|
|
||||||
Same as above but also offsetting the screen slighty to the left and downwards:
|
Same as above but also offsetting the screen slightly to the left and downwards:
|
||||||
```
|
```
|
||||||
emulationstation --resolution 1824 1026 --fullscreen-padding 1 --screenoffset -40 22
|
emulationstation --resolution 1824 1026 --fullscreen-padding 1 --screenoffset -40 22
|
||||||
```
|
```
|
||||||
|
|
BIN
images/es-de_theme_downloader.png
Normal file
BIN
images/es-de_theme_downloader.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
Loading…
Reference in a new issue