Fix Squid Sisters Screen

Thanks to Darkemaste for helping me find the resolution for the screen!
Here's a comparison shot featuring me being lazy to fix mistakes:
http://i.imgur.com/z8tewtx.png
This commit is contained in:
Michael 2017-01-11 21:19:09 -08:00
parent 3002e67149
commit 4fda6f8b05
4 changed files with 22 additions and 8 deletions

View file

@ -24,8 +24,4 @@ Donkey Kong Country: Tropical Freeze
Nintendo Land
- Title screen is completely white
- Gamepad screen is blurry during attraction gameplay
Splatoon
- Squid Sisters screen is blurry
- Gamepad screen is blurry during attraction gameplay

View file

@ -13,4 +13,10 @@ width = 640
height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 960
overwriteHeight = 540
overwriteHeight = 540
[TextureRedefine] # squid sisters
width = 1024
height = 576
overwriteWidth = 1536
overwriteHeight = 864

View file

@ -13,4 +13,10 @@ width = 640
height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1280
overwriteHeight = 720
overwriteHeight = 720
[TextureRedefine] # squid sisters
width = 1024
height = 576
overwriteWidth = 2048
overwriteHeight = 1152

View file

@ -13,4 +13,10 @@ width = 640
height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1920
overwriteHeight = 1080
overwriteHeight = 1080
[TextureRedefine] # squid sisters
width = 1024
height = 576
overwriteWidth = 3072
overwriteHeight = 1728