From 89310bf295c79bca01b7f2621d5a7819d9640b97 Mon Sep 17 00:00:00 2001 From: Michael <15317421+ActualMandM@users.noreply.github.com> Date: Thu, 10 Mar 2022 19:58:05 -0800 Subject: [PATCH] [MK8] Temporairly disable 1280x800 tv resolution WIll re-enable once the crash is fixed --- src/MarioKart8/Graphics/rules.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/MarioKart8/Graphics/rules.txt b/src/MarioKart8/Graphics/rules.txt index 167c9da2..90a1cb28 100644 --- a/src/MarioKart8/Graphics/rules.txt +++ b/src/MarioKart8/Graphics/rules.txt @@ -174,12 +174,12 @@ $height = 5760 # 16:10 Resolutions -[Preset] -name = 1280x800 -category = TV Resolution -condition = ((($aspectRatioWidth - 16) == 0) + (($aspectRatioHeight - 10) == 0)) == 2 -$width = 1280 -$height = 800 +#[Preset] +#name = 1280x800 +#category = TV Resolution +#condition = ((($aspectRatioWidth - 16) == 0) + (($aspectRatioHeight - 10) == 0)) == 2 +#$width = 1280 +#$height = 800 [Preset] name = 1440x900