From 7f3ef4a6248c687622ac93fd4269f1b21ab88d65 Mon Sep 17 00:00:00 2001 From: M&M Date: Sun, 6 Dec 2020 15:57:07 -0800 Subject: [PATCH] [MK8] add back 32:9 resolutions Fixed #480 --- src/MarioKart8/Graphics/rules.txt | 60 +++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/src/MarioKart8/Graphics/rules.txt b/src/MarioKart8/Graphics/rules.txt index a016d19a..e08d8b74 100644 --- a/src/MarioKart8/Graphics/rules.txt +++ b/src/MarioKart8/Graphics/rules.txt @@ -150,6 +150,36 @@ category = TV Resolution $width = 5120 $height = 3200 +[Preset] +name = 3840x1080 (32:9) +category = TV Resolution +$width = 3840 +$height = 1080 + +[Preset] +name = 5120x1440 (32:9) +category = TV Resolution +$width = 5120 +$height = 1440 + +[Preset] +name = 6400x1800 (32:9) +category = TV Resolution +$width = 6400 +$height = 1800 + +[Preset] +name = 7680x2160 (32:9) +category = TV Resolution +$width = 7680 +$height = 2160 + +[Preset] +name = 10240x2880 (32:9) +category = TV Resolution +$width = 10240 +$height = 2880 + # Gamepad Resolution [Preset] @@ -277,6 +307,36 @@ category = Gamepad Resolution $padWidth = 5120 $padHeight = 3200 +[Preset] +name = 3840x1080 (32:9) +category = Gamepad Resolution +$padWidth = 3840 +$padHeight = 1080 + +[Preset] +name = 5120x1440 (32:9) +category = Gamepad Resolution +$padWidth = 5120 +$padHeight = 1440 + +[Preset] +name = 6400x1800 (32:9) +category = Gamepad Resolution +$padWidth = 6400 +$padHeight = 1800 + +[Preset] +name = 7680x2160 (32:9) +category = Gamepad Resolution +$padWidth = 7680 +$padHeight = 2160 + +[Preset] +name = 10240x2880 (32:9) +category = Gamepad Resolution +$padWidth = 10240 +$padHeight = 2880 + # Shadow Quality [Preset]