mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 10:09:18 +01:00
[WWHD] Add 32:9 ultrawide resolutions (#589)
Added 32:9 superwide monitor resolutions
This commit is contained in:
parent
90f1bd0615
commit
5d0254be89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user