From 09954505050aee3e004f2af6781d16c7eab4d8d0 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Sun, 27 Jan 2019 14:08:04 +0100 Subject: [PATCH] [HW] Fix menu screen Thanks MelonSpeedruns! See https://github.com/slashiee/cemu_graphic_packs/pull/141 for this same issue --- Resolutions/HyruleWarriors_Resolution/rules.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resolutions/HyruleWarriors_Resolution/rules.txt b/Resolutions/HyruleWarriors_Resolution/rules.txt index e8fe022a..def75cc9 100644 --- a/Resolutions/HyruleWarriors_Resolution/rules.txt +++ b/Resolutions/HyruleWarriors_Resolution/rules.txt @@ -244,8 +244,8 @@ $scaleBlur = 1.0 [TextureRedefine] width = 1280 height = 720 -#formats = 0x816,0x810,0x433,0x431,0x41a,0x011,0x008,0x001,0x01a -formatsExcluded = 0x431,0x433 +#formats = 0x816,0x810,0x433,0x431,0x41a,0x011,0x001,0x01a +formatsExcluded = 0x431,0x433,0x008 tileModesExcluded = 0x001 overwriteWidth = ($width/$gameWidth) * 1280 overwriteHeight = ($height/$gameHeight) * 720