Skip to content

Commit

Permalink
[Hyrule Warriors] Add 1280x800 resolution
Browse files Browse the repository at this point in the history
Might fix #563
  • Loading branch information
ActualMandM committed Aug 15, 2022
1 parent ae72ac1 commit f7d9e4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Resolutions/HyruleWarriors_Resolution/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ $scaleBlur = 0.05
$2pScaling = 1.0
$aspectRatio = (3840.0/720.0)

[Preset]
name = 1280x800 (16:10)
$width = 1280
$height = 800
$gameWidth = 1280
$gameHeight = 720
$internalRes = 1.0
$dither = 0.01
$scaleShader = 1.0
$scaleBlur = 0.05
$2pScaling = 1.0
$aspectRatio = (1280.0/800.0)

# Quality

[Preset]
Expand Down

0 comments on commit f7d9e4c

Please sign in to comment.