mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 13:45:38 +00:00
Documentation update.
This commit is contained in:
parent
a982dce328
commit
6035884020
|
@ -221,6 +221,8 @@ Overall application speed and performance has been greatly improved with faster
|
|||
* (Windows) Changed many logging entries to use backslashes instead of forward slashes as directory separators
|
||||
* Added the build date to to main menu for alpha and dev builds
|
||||
* Added a left trigger + right trigger help system icon and removed the deprecated hotkey icon
|
||||
* Added PlayStation 1/2/3 and Switch Pro controller type support
|
||||
* Renamed some SNES controller button assets to be more intuitive
|
||||
* Added an arcade twin stick controller badge icon
|
||||
* (slate-es-de) Recreated the Nintendo GameCube controller as the old graphics had some issues and was not accurate
|
||||
* Added Nintendo GameCube, Sega Master System and Sega Dreamcast controller badge icons
|
||||
|
|
|
@ -667,7 +667,7 @@ The structure of the file is simple, as can be seen in this example:
|
|||
```
|
||||
The file format is hopefully mostly self-explanatory; this example provides three aspect ratios, two color schemes, one transition animation profile and three variants, one of which is a variant trigger override. The `<label>` tag for the variants and transitions is the text that will show up in the _UI Settings_ menu, assuming `<selectable>` has been set to true. The same is true for color schemes, although these will always show up in the GUI and can't be disabled.
|
||||
|
||||
The optional `<themeName>` tag defines the name that will show up for the _Theme set_ option in the _UI Settings_ menu. If no such tag is present, then the physical directory name will be displayed instead, for example _MYTHEMESET-ES-DE_. Note that theme names will always be converted to uppercase characters when displayed in the menu. Legacy theme sets are also clearly marked with the _[LEGACY]_ suffix.
|
||||
The optional `<themeName>` tag defines the name that will show up in the _Theme set_ option in the _UI Settings_ menu. If no such tag is present, then the physical directory name will be displayed instead, for example _MYTHEMESET-ES-DE_. Note that theme names will always be converted to uppercase characters when displayed in the menu. Legacy theme sets are also clearly marked with a _[LEGACY]_ suffix.
|
||||
|
||||
The variant, color scheme and transitions names as well as their labels can be set to arbitrary values, but the name has to be unique. If two entries are declared with the same name, a warning will be generated on startup and the duplicate entry will not get loaded. Variants, color schemes and transition animations will be listed in the _UI Settings_ menu in the order that they are defined in capabilities.xml.
|
||||
|
||||
|
@ -2491,20 +2491,6 @@ Properties:
|
|||
`button_lt`,
|
||||
`button_rt`,
|
||||
`button_ltrt`,
|
||||
`button_a_SNES`,
|
||||
`button_b_SNES`,
|
||||
`button_x_SNES`,
|
||||
`button_y_SNES`,
|
||||
`button_back_SNES`,
|
||||
`button_start_SNES`,
|
||||
`button_a_PS`,
|
||||
`button_b_PS`,
|
||||
`button_x_PS`,
|
||||
`button_y_PS`,
|
||||
`button_back_PS4`,
|
||||
`button_start_PS4`,
|
||||
`button_back_PS5`,
|
||||
`button_start_PS5`,
|
||||
`button_a_XBOX`,
|
||||
`button_b_XBOX`,
|
||||
`button_x_XBOX`,
|
||||
|
@ -2512,4 +2498,26 @@ Properties:
|
|||
`button_back_XBOX`,
|
||||
`button_start_XBOX`,
|
||||
`button_back_XBOX360`,
|
||||
`button_start_XBOX360`
|
||||
`button_start_XBOX360`,
|
||||
`button_a_PS`,
|
||||
`button_b_PS`,
|
||||
`button_x_PS`,
|
||||
`button_y_PS`,
|
||||
`button_back_PS123`,
|
||||
`button_start_PS123`,
|
||||
`button_back_PS4`,
|
||||
`button_start_PS4`,
|
||||
`button_back_PS5`,
|
||||
`button_start_PS5`,
|
||||
`button_a_switch`,
|
||||
`button_b_switch`,
|
||||
`button_x_switch`,
|
||||
`button_y_switch`,
|
||||
`button_back_switch`,
|
||||
`button_start_switch`,
|
||||
`button_a_SNES`,
|
||||
`button_b_SNES`,
|
||||
`button_x_SNES`,
|
||||
`button_y_SNES`,
|
||||
`button_back_SNES`,
|
||||
`button_start_SNES`
|
||||
|
|
|
@ -2506,7 +2506,7 @@ Settings related to the input devices, i.e. the keyboard and controllers.
|
|||
|
||||
**Controller type**
|
||||
|
||||
This setting gives the ability to choose between the controller types _Xbox, Xbox 360, PlayStation 4, PlayStation 5_ and _SNES_ (Super Nintendo). Doing so alters the help icons and help text as well as the icons and text for the input device configurator. The setting is only cosmetic and does not change the controller behavior or the controller button mappings.
|
||||
This setting gives the ability to choose between the controller types _Xbox, Xbox 360, PlayStation 1/2/3, PlayStation 4, PlayStation 5, Switch Pro_ and _SNES_. Doing so alters the help icons and help text as well as the icons and text for the input device configurator. The setting is only cosmetic and does not change the controller behavior or the controller button mappings.
|
||||
|
||||
**Only accept input from first controller**
|
||||
|
||||
|
|
Loading…
Reference in a new issue