mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 16:59:24 +01: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
@ -24,8 +24,4 @@ Donkey Kong Country: Tropical Freeze
|
|||||||
Nintendo Land
|
Nintendo Land
|
||||||
|
|
||||||
- Title screen is completely white
|
- Title screen is completely white
|
||||||
- Gamepad screen is blurry during attraction gameplay
|
- Gamepad screen is blurry during attraction gameplay
|
||||||
|
|
||||||
Splatoon
|
|
||||||
|
|
||||||
- Squid Sisters screen is blurry
|
|
@ -13,4 +13,10 @@ width = 640
|
|||||||
height = 360
|
height = 360
|
||||||
formatsExcluded = 0x41A # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 960
|
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
|
height = 360
|
||||||
formatsExcluded = 0x41A # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 1280
|
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
|
height = 360
|
||||||
formatsExcluded = 0x41A # exclude obvious textures
|
formatsExcluded = 0x41A # exclude obvious textures
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
||||||
|
|
||||||
|
[TextureRedefine] # squid sisters
|
||||||
|
width = 1024
|
||||||
|
height = 576
|
||||||
|
overwriteWidth = 3072
|
||||||
|
overwriteHeight = 1728
|
Loading…
x
Reference in New Issue
Block a user