Merge pull request #1807 from fewtarius/dev

Fix 16:9 on some devices.
This commit is contained in:
fewtarius 2023-07-23 16:55:12 -04:00 committed by GitHub
commit 4f6a5283a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ function get_aspect_ratio() {
1.67|0.60) 1.67|0.60)
ASPECT="5:3" ASPECT="5:3"
;; ;;
1.76|0.56) 1.7*|0.56)
ASPECT="16:9" ASPECT="16:9"
;; ;;
1.60|0.62) 1.60|0.62)