mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
[WWHD] Add 32:9 ultrawide resolutions (#589)
Added 32:9 superwide monitor resolutions
This commit is contained in:
parent
90f1bd0615
commit
5d0254be89
1 changed files with 30 additions and 0 deletions
|
@ -181,6 +181,36 @@ $lightSource = 1.0
|
||||||
$scaleShader = (3840.0/5160.0)
|
$scaleShader = (3840.0/5160.0)
|
||||||
$aspectRatio = (64.0/27.0) #LG
|
$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]
|
[Preset]
|
||||||
name = ---- Custom resolutions ----
|
name = ---- Custom resolutions ----
|
||||||
$width = 1920
|
$width = 1920
|
||||||
|
|
Loading…
Reference in a new issue