mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
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:
parent
3002e67149
commit
4fda6f8b05
4 changed files with 22 additions and 8 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue