[BotW] Add two resolutions to Ultrawide

1720x720 (half of 3440x1440), 2100x900 (21:9 for 900p)
This commit is contained in:
Michael 2021-12-27 12:47:59 -08:00
parent a55219ea79
commit fa88d23023

View File

@ -215,6 +215,20 @@ $height = 3200
# 21:9 Resolutions
[Preset]
name = 1720x720
category = Resolution
condition = ((($aspectRatioWidth - 21) == 0) + (($aspectRatioHeight - 9) == 0)) == 2
$width = 1720
$height = 720
[Preset]
name = 2100x900
category = Resolution
condition = ((($aspectRatioWidth - 21) == 0) + (($aspectRatioHeight - 9) == 0)) == 2
$width = 2100
$height = 900
[Preset]
name = 2560x1080
category = Resolution