mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
[Fun, Nintendo Land] Some updates
Color Splash Virtual Boy Mode: Only changes format 0x816, this fixes some background not showing up properly Nintendo Land: change textures to texturesExcluded, so everything would work properly. (please implement textures/texturesExcluded sometime)
This commit is contained in:
parent
554803b20f
commit
3aac17a4f1
@ -5,7 +5,7 @@ name = "Nintendo Land - 2880p (5K)"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
textures = 0x1f712000
|
texturesExcluded = 0x1f712000
|
||||||
overwriteWidth = 5120
|
overwriteWidth = 5120
|
||||||
overwriteHeight = 2880
|
overwriteHeight = 2880
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Nintendo Land - 4320p (8K)"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
textures = 0x1f712000
|
texturesExcluded = 0x1f712000
|
||||||
overwriteWidth = 7680
|
overwriteWidth = 7680
|
||||||
overwriteHeight = 4320
|
overwriteHeight = 4320
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Nintendo Land - 5760p (10K)"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
textures = 0x1f712000
|
texturesExcluded = 0x1f712000
|
||||||
overwriteWidth = 10240
|
overwriteWidth = 10240
|
||||||
overwriteHeight = 5760
|
overwriteHeight = 5760
|
||||||
|
|
||||||
|
@ -5,4 +5,5 @@ name = "Paper Mario: Color Splash - Virtual Boy Mode"
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
|
formats = 0x816
|
||||||
overwriteFormat = 0x005
|
overwriteFormat = 0x005
|
@ -5,7 +5,7 @@ name = "Nintendo Land - 360p"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
textures = 0x1f712000
|
texturesExcluded = 0x1f712000
|
||||||
overwriteWidth = 640
|
overwriteWidth = 640
|
||||||
overwriteHeight = 360
|
overwriteHeight = 360
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Nintendo Land - 540p"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
textures = 0x1f712000
|
texturesExcluded = 0x1f712000
|
||||||
overwriteWidth = 960
|
overwriteWidth = 960
|
||||||
overwriteHeight = 540
|
overwriteHeight = 540
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Nintendo Land - 1080p"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
textures = 0x1f712000
|
texturesExcluded = 0x1f712000
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Nintendo Land - 1440p (2K)"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
textures = 0x1f712000
|
texturesExcluded = 0x1f712000
|
||||||
overwriteWidth = 2560
|
overwriteWidth = 2560
|
||||||
overwriteHeight = 1440
|
overwriteHeight = 1440
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Nintendo Land - 2160p (4K)"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
textures = 0x1f712000
|
texturesExcluded = 0x1f712000
|
||||||
overwriteWidth = 3840
|
overwriteWidth = 3840
|
||||||
overwriteHeight = 2160
|
overwriteHeight = 2160
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ name = "Nintendo Land - 900p"
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
textures = 0x1f712000
|
texturesExcluded = 0x1f712000
|
||||||
overwriteWidth = 1600
|
overwriteWidth = 1600
|
||||||
overwriteHeight = 900
|
overwriteHeight = 900
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user