[WWHD] Add 32:9 ultrawide resolutions (#589)

Added 32:9 superwide monitor resolutions
This commit is contained in:
victoria4dx 2024-07-14 04:14:50 -05:00 committed by GitHub
parent 90f1bd0615
commit 5d0254be89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,6 +181,36 @@ $lightSource = 1.0
$scaleShader = (3840.0/5160.0)
$aspectRatio = (64.0/27.0) #LG
[Preset]
name = ---- Superwide 32:9 ----
$width = 5120
$height = 1440
$gameWidth= 1920
$gameHeight= 1080
$lightSource = 1.5
$scaleShader = (2560.0/5120.0)
$aspectRatio = (96.0/27.0)
[Preset]
name = 5120x1440 (32:9)
$width = 5120
$height = 1440
$gameWidth= 1920
$gameHeight= 1080
$lightSource = 1.5
$scaleShader = (2560.0/5120.0)
$aspectRatio = (96.0/27.0)
[Preset]
name = 7680x2160 (4k 32:9)
$width = 7680
$height = 2160
$gameWidth= 1920
$gameHeight= 1080
$lightSource = 1.0
$scaleShader = (3840.0/7680.0)
$aspectRatio = (96.0/27.0)
[Preset]
name = ---- Custom resolutions ----
$width = 1920