Skip to content

Commit

Permalink
[WWHD] Add 32:9 ultrawide resolutions (#589)
Browse files Browse the repository at this point in the history
Added 32:9 superwide monitor resolutions
  • Loading branch information
victoria4dx authored Jul 14, 2024
1 parent 90f1bd0 commit 5d0254b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Resolutions/WindWakerHD_Resolution/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d0254b

Please sign in to comment.