mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Small documentation update.
This commit is contained in:
parent
70eb937f85
commit
788c9a3f58
|
@ -35,6 +35,7 @@
|
|||
* Improved the theme loading error logging to make it consistent and easier to understand
|
||||
* Added a log warning for unthemed systems during theme set loading
|
||||
* Changed the warning log level for missing theme files to debug level if the paths are set using variables
|
||||
* Added new theme system variables for differentiating between collections and non-collection systems
|
||||
* Added a color model conversion shader for converting from BGRA to RGBA
|
||||
* Added renderer support for supplying a separate format than internalFormat when creating textures (although not really supported by the OpenGL standard)
|
||||
* Added the rlottie library as a Git subtree
|
||||
|
|
|
@ -686,10 +686,16 @@ Theme variables can be used to simplify theme construction. There are 2 types o
|
|||
|
||||
#### System variables
|
||||
|
||||
System variables are system specific and are derived from the values in es_systems.xml.
|
||||
System variables are system specific and are derived from the values in es_systems.xml (except for collections).
|
||||
* `system.name`
|
||||
* `system.name.collections`
|
||||
* `system.name.noCollections`
|
||||
* `system.fullName`
|
||||
* `system.fullName.collections`
|
||||
* `system.fullName.noCollections`
|
||||
* `system.theme`
|
||||
* `system.theme.collections`
|
||||
* `system.theme.noCollections`
|
||||
|
||||
#### Theme defined variables
|
||||
Variables can also be defined in the theme.
|
||||
|
|
Loading…
Reference in a new issue