From fa88d23023e9c0fe1b3514d38f2ea8e80a45129a Mon Sep 17 00:00:00 2001 From: Michael <15317421+ActualMandM@users.noreply.github.com> Date: Mon, 27 Dec 2021 12:47:59 -0800 Subject: [PATCH] [BotW] Add two resolutions to Ultrawide 1720x720 (half of 3440x1440), 2100x900 (21:9 for 900p) --- src/BreathOfTheWild/Graphics/rules.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/BreathOfTheWild/Graphics/rules.txt b/src/BreathOfTheWild/Graphics/rules.txt index 8dac6742..790d762e 100644 --- a/src/BreathOfTheWild/Graphics/rules.txt +++ b/src/BreathOfTheWild/Graphics/rules.txt @@ -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