From 115be142f0d9e2446e869c8e5f6942e06b85f122 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 6 Dec 2018 16:50:41 -0800 Subject: [PATCH] splatoon - fix #276 --- Resolutions/Splatoon_Resolution/rules.txt | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/Resolutions/Splatoon_Resolution/rules.txt b/Resolutions/Splatoon_Resolution/rules.txt index 375e2234..d6d36b38 100644 --- a/Resolutions/Splatoon_Resolution/rules.txt +++ b/Resolutions/Splatoon_Resolution/rules.txt @@ -192,30 +192,14 @@ overwriteHeight = ($height / $gameHeight) * 720 [TextureRedefine] width = 640 height = 368 -formats = 0x19,0x80e -overwriteWidth = ($width / $gameWidth) * 640 -overwriteHeight = ($height / $gameHeight) * 368 - -[TextureRedefine] -width = 640 -height = 368 -formats = 0x816 -overwriteFormat = 0x823 +formats = 0x1,0x19,0x80e,0x816 overwriteWidth = ($width / $gameWidth) * 640 overwriteHeight = ($height / $gameHeight) * 368 [TextureRedefine] width = 640 height = 360 -formats = 0x19 -overwriteWidth = ($width / $gameWidth) * 640 -overwriteHeight = ($height / $gameHeight) * 360 - -[TextureRedefine] -width = 640 -height = 360 -formats = 0x816 -overwriteFormat = 0x823 +formats = 0x1,0x19,0x816 overwriteWidth = ($width / $gameWidth) * 640 overwriteHeight = ($height / $gameHeight) * 360