From e7cdc3fe17f1f810a74414ad3e4d7eacc651e7d4 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 15 Nov 2018 22:44:43 -0800 Subject: [PATCH] Fix blur sometimes rendering nothing in Splatoon --- Source/Splatoon_Resolution/rules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Splatoon_Resolution/rules.txt b/Source/Splatoon_Resolution/rules.txt index 2a6cbcbc..c2a3259c 100644 --- a/Source/Splatoon_Resolution/rules.txt +++ b/Source/Splatoon_Resolution/rules.txt @@ -192,7 +192,7 @@ overwriteHeight = ($height / $gameHeight) * 720 [TextureRedefine] width = 640 height = 368 -formats = 0x19 +formats = 0x19,0x80e overwriteWidth = ($width / $gameWidth) * 640 overwriteHeight = ($height / $gameHeight) * 368