Skip to content

Commit

Permalink
[YWW] Add 32:9 ultrawide resolutions (#590)
Browse files Browse the repository at this point in the history
Thanks @victoria4dx!
  • Loading branch information
victoria4dx authored Jul 14, 2024
1 parent 5e0a6b6 commit 90f1bd0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Resolutions/YoshisWoollyWorld_Resolution/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,24 @@ $gameHeight = 720
$dither = 0.5
$scaleShader = 1.0

[Preset]
name = 5120x1440 (Superwide)
$width = 5120
$height = 1440
$gameWidth = 1280
$gameHeight = 720
$dither = 0.5
$scaleShader = 1.0

[Preset]
name = 7680x2160 (Superwide)
$width = 7680
$height = 2160
$gameWidth = 1280
$gameHeight = 720
$dither = 0.85
$scaleShader = 1.0

[TextureRedefine]
width = 1280
height = 720
Expand Down

0 comments on commit 90f1bd0

Please # to comment.