mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-26 11:13:07 -03:00
[Wind Waker, Nintendo Land] texture selection
Exzap, I hope you add textures and texturesExcluded in a future update, it would be very useful.
This commit is contained in:
parent
bb8e3fdf80
commit
d83e6e3b8b
9 changed files with 9 additions and 14 deletions
|
@ -6,5 +6,6 @@ name = "The Wind Waker HD - No Bloom"
|
||||||
width = 480
|
width = 480
|
||||||
height = 270
|
height = 270
|
||||||
formats = 0x816
|
formats = 0x816
|
||||||
|
textures = 0xf4000800
|
||||||
overwriteWidth = 0
|
overwriteWidth = 0
|
||||||
overwriteHeight = 0
|
overwriteHeight = 0
|
|
@ -1,3 +1,4 @@
|
||||||
|
# todo: Make HUD elements actually disappear
|
||||||
[Definition]
|
[Definition]
|
||||||
titleIds = 000500001010ec00,000500001010ed00,000500001010eb00,ffffffff85887bc1
|
titleIds = 000500001010ec00,000500001010ed00,000500001010eb00,ffffffff85887bc1
|
||||||
name = "Mario Kart 8 - No HUD (WIP)"
|
name = "Mario Kart 8 - No HUD (WIP)"
|
||||||
|
|
|
@ -5,8 +5,7 @@ name = "Nintendo Land - 360p"
|
||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
# formatsExcluded = 0x01A # exclude the intro background texture
|
textures = 0x1f712000
|
||||||
# currently disabled, for some reason the game never upscales with the exclusion
|
|
||||||
overwriteWidth = 640
|
overwriteWidth = 640
|
||||||
overwriteHeight = 360
|
overwriteHeight = 360
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,7 @@ name = "Nintendo Land - 1080p (Gamepad)"
|
||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
# formatsExcluded = 0x01A # exclude the intro background texture
|
textures = 0x1f712000
|
||||||
# currently disabled, for some reason the game never upscales with the exclusion
|
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,7 @@ name = "Nintendo Land - 1440p (Gamepad) (2K)"
|
||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
# formatsExcluded = 0x01A # exclude the intro background texture
|
textures = 0x1f712000
|
||||||
# currently disabled, for some reason the game never upscales with the exclusion
|
|
||||||
overwriteWidth = 2560
|
overwriteWidth = 2560
|
||||||
overwriteHeight = 1440
|
overwriteHeight = 1440
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,7 @@ name = "Nintendo Land - 2160p (Gamepad) (4K)"
|
||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
# formatsExcluded = 0x01A # exclude the intro background texture
|
textures = 0x1f712000
|
||||||
# currently disabled, for some reason the game never upscales with the exclusion
|
|
||||||
overwriteWidth = 3840
|
overwriteWidth = 3840
|
||||||
overwriteHeight = 2160
|
overwriteHeight = 2160
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ name = "Nintendo Land - 1080p"
|
||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
# formatsExcluded = 0x01A # exclude the intro background texture
|
textures = 0x1f712000
|
||||||
# currently disabled, for some reason the game never upscales with the exclusion
|
|
||||||
overwriteWidth = 1920
|
overwriteWidth = 1920
|
||||||
overwriteHeight = 1080
|
overwriteHeight = 1080
|
|
@ -5,7 +5,6 @@ name = "Nintendo Land - 1440p (2K)"
|
||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
# formatsExcluded = 0x01A # exclude the intro background texture
|
textures = 0x1f712000
|
||||||
# currently disabled, for some reason the game never upscales with the exclusion
|
|
||||||
overwriteWidth = 2560
|
overwriteWidth = 2560
|
||||||
overwriteHeight = 1440
|
overwriteHeight = 1440
|
|
@ -5,7 +5,6 @@ name = "Nintendo Land - 2160p (4K)"
|
||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
# formatsExcluded = 0x01A # exclude the intro background texture
|
textures = 0x1f712000
|
||||||
# currently disabled, for some reason the game never upscales with the exclusion
|
|
||||||
overwriteWidth = 3840
|
overwriteWidth = 3840
|
||||||
overwriteHeight = 2160
|
overwriteHeight = 2160
|
Loading…
Add table
Reference in a new issue