From 4d90a8953a328caaff35e2e4ecdb4cdd1c986ba9 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 17 Mar 2017 18:34:59 -0700 Subject: [PATCH] [Smash] Add other shadow resolution --- Enhancements/Smash_HighResShadows/rules.txt | 9 ++++++++- Performance/Smash_360p/rules.txt | 7 +++++++ Performance/Smash_540p/rules.txt | 7 +++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Enhancements/Smash_HighResShadows/rules.txt b/Enhancements/Smash_HighResShadows/rules.txt index e10e542b..5465905d 100644 --- a/Enhancements/Smash_HighResShadows/rules.txt +++ b/Enhancements/Smash_HighResShadows/rules.txt @@ -8,4 +8,11 @@ width = 512 height = 512 formats = 0x00f,0x00b overwriteWidth = 1024 -overwriteHeight = 1024 \ No newline at end of file +overwriteHeight = 1024 + +[TextureRedefine] +width = 1024 +height = 1024 +formats = 0x005 +overwriteWidth = 2048 +overwriteHeight = 2048 \ No newline at end of file diff --git a/Performance/Smash_360p/rules.txt b/Performance/Smash_360p/rules.txt index 9675b71a..ef889c91 100644 --- a/Performance/Smash_360p/rules.txt +++ b/Performance/Smash_360p/rules.txt @@ -75,6 +75,13 @@ formats = 0x00f,0x00b overwriteWidth = 256 overwriteHeight = 256 +[TextureRedefine] # shadows +width = 1024 +height = 1024 +formats = 0x005 +overwriteWidth = 2048 +overwriteHeight = 2048 + [TextureRedefine] # boxing ring screen width = 220 height = 124 diff --git a/Performance/Smash_540p/rules.txt b/Performance/Smash_540p/rules.txt index 72593cda..b2d77013 100644 --- a/Performance/Smash_540p/rules.txt +++ b/Performance/Smash_540p/rules.txt @@ -75,6 +75,13 @@ formats = 0x00f,0x00b overwriteWidth = 256 overwriteHeight = 256 +[TextureRedefine] # shadows +width = 1024 +height = 1024 +formats = 0x005 +overwriteWidth = 2048 +overwriteHeight = 2048 + [TextureRedefine] # boxing ring screen width = 220 height = 124