mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 02:33:05 -03:00
Transfer over Splat fix to Nintendo Land
This commit is contained in:
parent
88fb63063c
commit
1e749bcc5f
5 changed files with 112 additions and 5 deletions
|
@ -14,4 +14,31 @@ overwriteHeight = 360
|
|||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 427
|
||||
overwriteHeight = 240
|
||||
overwriteHeight = 240
|
||||
|
||||
[TextureRedefine] # multiplayer
|
||||
width = 848
|
||||
height = 480
|
||||
overwriteWidth = 424
|
||||
overwriteHeight = 240
|
||||
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 320
|
||||
overwriteHeight = 180
|
||||
|
||||
[TextureRedefine] # half-res alpha (gamepad)
|
||||
width = 427
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 214
|
||||
overwriteHeight = 120
|
||||
|
||||
[TextureRedefine] # half-res alpha (multiplayer)
|
||||
width = 424
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 212
|
||||
overwriteHeight = 120
|
|
@ -14,4 +14,31 @@ overwriteHeight = 1080
|
|||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # multiplayer gamepad
|
||||
width = 848
|
||||
height = 480
|
||||
overwriteWidth = 1908
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
||||
|
||||
[TextureRedefine] # half-res alpha (gamepad)
|
||||
width = 427
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
||||
|
||||
[TextureRedefine] # half-res alpha (multiplayer)
|
||||
width = 424
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 954
|
||||
overwriteHeight = 540
|
|
@ -14,4 +14,31 @@ overwriteHeight = 1440
|
|||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
overwriteHeight = 1440
|
||||
|
||||
[TextureRedefine] # multiplayer gamepad
|
||||
width = 848
|
||||
height = 480
|
||||
overwriteWidth = 2544
|
||||
overwriteHeight = 1440
|
||||
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
||||
|
||||
[TextureRedefine] # half-res alpha (gamepad)
|
||||
width = 427
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
||||
|
||||
[TextureRedefine] # half-res alpha (multiplayer)
|
||||
width = 424
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 1272
|
||||
overwriteHeight = 720
|
|
@ -14,4 +14,31 @@ overwriteHeight = 2160
|
|||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine] # multiplayer gamepad
|
||||
width = 848
|
||||
height = 480
|
||||
overwriteWidth = 3816
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # half-res alpha (gamepad)
|
||||
width = 427
|
||||
height = 180
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # half-res alpha (multiplayer)
|
||||
width = 424
|
||||
height = 240
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 1272
|
||||
overwriteHeight = 1080
|
|
@ -6,7 +6,6 @@ Donkey Kong Country: Tropical Freeze
|
|||
Nintendo Land
|
||||
|
||||
- [Title screen is completely white](http://i.imgur.com/Jmbpj0h.png) (All)
|
||||
- [Gamepad screen is blurry during attraction gameplay](http://i.imgur.com/B22muq6.jpg) (Quality - Gamepad)
|
||||
|
||||
Super Mario Maker
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue