Documentation update

This commit is contained in:
Leon Styhre 2025-03-18 18:44:58 +01:00
parent 273792e9b5
commit 41848c1d32
2 changed files with 2 additions and 0 deletions

View file

@ -59,6 +59,7 @@
* Added a BackgroundComponent to replace NinePatchComponent for rendering menu and popup backgrounds
* (Android) Changed the target SDK version to 35 (Android 15)
* The LANG and LANGUAGE variables are now set explicitly to the UTF-8 character encoding on Linux, macOS and Android
* Added support for the 8:7 display aspect ratio
* (macOS) Added a build script for cross-compiling for x86_64 when using an ARM processor
* (Linux) Added the BlueZ library as a dependency
* Added support for building against libgit2 v1.9.0 and later

View file

@ -1209,6 +1209,7 @@ Unlike the types just mentioned, aspectRatio entries can not be set to arbitrary
| 3:2 | 3:2_vertical | 2160x1440 |
| 4:3 | 4:3_vertical | 320x240, 640x480, 800x600, 1024x768, 1600x1200 |
| 5:4 | 5:4_vertical | 1280x1024 |
| 8:7 | 8:7_vertical | 1240x1080 |
| 19.5:9 | 19.5:9_vertical | 2340x1080, 2532x1170 |
| 20:9 | 20:9_vertical | 2400x1080, 1600x720 |
| 21:9 | 21:9_vertical | 2560x1080, 3840x1600, 5120x2160 |