Skip to content

Commit

Permalink
[Wind Waker HD] Add other resolutions
Browse files Browse the repository at this point in the history
Fixes #353, copied directly from #374. Credit was given for the changes
  • Loading branch information
ActualMandM committed Nov 22, 2020
1 parent 552e8a0 commit c5d4820
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions Resolutions/WindWakerHD_Resolution/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
titleIds = 0005000010143400,0005000010143600,0005000010143500
name = Resolution
path = "The Legend of Zelda: The Wind Waker HD/Graphics/Resolution"
description = Changes the resolution of the game. Made by getdls.
description = Changes the resolution of the game. Made by getdls and Morph.
version = 4

[Preset]
name = 1920x1080 Default
name = 1920x1080 (Default)
$width = 1920
$height = 1080
$gameWidth = 1920
Expand All @@ -15,6 +15,36 @@ $lightSource = 1.0
$scaleShader = 1.0
$aspectRatio = (16.0/9.0)

[Preset]
name = 320x180
$width = 320
$height = 180
$gameWidth = 1920
$gameHeight = 1080
$lightSource = 1.0
$scaleShader = 1.0
$aspectRatio = (16.0/9.0)

[Preset]
name = 640x360
$width = 640
$height = 360
$gameWidth = 1920
$gameHeight = 1080
$lightSource = 1.0
$scaleShader = 1.0
$aspectRatio = (16.0/9.0)

[Preset]
name = 960x540
$width = 960
$height = 540
$gameWidth = 1920
$gameHeight = 1080
$lightSource = 1.0
$scaleShader = 1.0
$aspectRatio = (16.0/9.0)

[Preset]
name = 1280x720
$width = 1280
Expand All @@ -35,6 +65,16 @@ $lightSource = 1.0
$scaleShader = 1.0
$aspectRatio = (16.0/9.0)

[Preset]
name = 2560x1440
$width = 2560
$height = 1440
$gameWidth = 1920
$gameHeight = 1080
$lightSource = 1.0
$scaleShader = 1.0
$aspectRatio = (16.0/9.0)

[Preset]
name = 2732x1536
$width = 2732
Expand Down

0 comments on commit c5d4820

Please sign in to comment.