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