From e8bbd153d50d5bd2bbd0132fc7ee73a2709e8341 Mon Sep 17 00:00:00 2001 From: Michael <15317421+ActualMandM@users.noreply.github.com> Date: Wed, 9 Mar 2022 19:26:28 -0800 Subject: [PATCH] [BotW] Add 1280x800 to 16:10 list --- src/BreathOfTheWild/Graphics/rules.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/BreathOfTheWild/Graphics/rules.txt b/src/BreathOfTheWild/Graphics/rules.txt index 20d7875f..7fca4370 100644 --- a/src/BreathOfTheWild/Graphics/rules.txt +++ b/src/BreathOfTheWild/Graphics/rules.txt @@ -177,6 +177,13 @@ $height = 5760 # 16:10 Resolutions +[Preset] +name = 1280x800 +category = Resolution +condition = ((($aspectRatioWidth - 16) == 0) + (($aspectRatioHeight - 10) == 0)) == 2 +$width = 1280 +$height = 800 + [Preset] name = 1440x900 category = Resolution