From 5bbdf0ffc67ebb7c620306011cad09d87585c36c Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Sun, 5 Jan 2020 19:37:58 +0100 Subject: [PATCH] [MK8] Fix player selection not being upscaled Fixes https://github.com/slashiee/cemu_graphic_packs/issues/415 --- Resolutions/MarioKart8_Resolution/rules.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resolutions/MarioKart8_Resolution/rules.txt b/Resolutions/MarioKart8_Resolution/rules.txt index 39ee235a..3b66798e 100644 --- a/Resolutions/MarioKart8_Resolution/rules.txt +++ b/Resolutions/MarioKart8_Resolution/rules.txt @@ -239,10 +239,10 @@ formats = 0x816 overwriteWidth = ($width/$gameWidth) * 512 overwriteHeight = ($height/$gameHeight) * 256 -[TextureRedefine] # MP Selection Menu - Player Alpha Cutout Rendering +[TextureRedefine] # MP Selection Menu - Player Selection Rendering width = 640 height = 320 -formats = 0x80e,0x01a,0x806,0x816,0x801 +formats = 0x80e,0x01a,0x806,0x816,0x801,0x019,0x001 overwriteWidth = ($width/$gameWidth) * 640 overwriteHeight = ($height/$gameHeight) * 320