More fixing

This commit is contained in:
Michael 2017-01-12 16:47:43 -08:00
parent e7eb52f91c
commit 44d4665922
9 changed files with 27 additions and 11 deletions

View File

@ -9,3 +9,9 @@ height = 720
# currently disabled, for some reason the game never upscales with the exclusion # currently disabled, for some reason the game never upscales with the exclusion
overwriteWidth = 1920 overwriteWidth = 1920
overwriteHeight = 1080 overwriteHeight = 1080
[TextureRedefine] # gamepad
width = 854
height = 480
overwriteWidth = 1920
overwriteHeight = 1080

View File

@ -9,3 +9,9 @@ height = 720
# currently disabled, for some reason the game never upscales with the exclusion # currently disabled, for some reason the game never upscales with the exclusion
overwriteWidth = 2560 overwriteWidth = 2560
overwriteHeight = 1440 overwriteHeight = 1440
[TextureRedefine] # gamepad
width = 854
height = 480
overwriteWidth = 2560
overwriteHeight = 1440

View File

@ -9,3 +9,9 @@ height = 720
# currently disabled, for some reason the game never upscales with the exclusion # currently disabled, for some reason the game never upscales with the exclusion
overwriteWidth = 3840 overwriteWidth = 3840
overwriteHeight = 2160 overwriteHeight = 2160
[TextureRedefine] # gamepad
width = 854
height = 480
overwriteWidth = 3840
overwriteHeight = 2160

View File

@ -20,12 +20,12 @@
- Severed (1080p, 1440p, 2160p) - Severed (1080p, 1440p, 2160p)
- Shovel Knight (1080p, 1440p, 2160p) - Shovel Knight (1080p, 1440p, 2160p)
- Splatoon (1080p, 1440p, 2160p) - Splatoon (1080p, 1440p, 2160p)
- SpongeBob SquarePants Plankton's Robotic Revenge (1080p, 1440p, 2160p) - SpongeBob SquarePants: Plankton's Robotic Revenge (1080p, 1440p, 2160p)
- Star Fox Guard (1080p, 1440p, 2160p) - Star Fox Guard (1080p, 1440p, 2160p)
- Star Fox Zero (1080p, 1440p, 2160p) - Star Fox Zero (1080p, 1440p, 2160p)
- Super Mario 3D World (1080p, 1440p, 2160p) - Super Mario 3D World (1080p, 1440p, 2160p)
- Super Smash Bros. (1440p, 2160p) - Super Smash Bros. (1440p, 2160p)
- Tekken Tag Tournament 2 Wii U Edition (1080p, 1440p, 2160p) - Tekken Tag Tournament 2: Wii U Edition (1080p, 1440p, 2160p)
- The Wind Waker HD (1440p, 2160p) - The Wind Waker HD (1440p, 2160p)
- Twilight Princess HD (1440p, 2160p) - Twilight Princess HD (1440p, 2160p)
- Wipeout 3 (1080p, 1440p, 2160p) - Wipeout 3 (1080p, 1440p, 2160p)
@ -38,11 +38,11 @@ Donkey Kong Country: Tropical Freeze
- Water does not appear correctly - Water does not appear correctly
Mario & Sonic at the Sochi 2014 Olympic Winter Games
- Characters on Character Selection are blurry
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
Mario & Sonic at the Sochi 2014 Olympic Winter Games
- Characters on Character Selection are blurry

View File

@ -5,7 +5,6 @@ name = "The Wind Waker HD - 1440p (2K)"
[TextureRedefine] # tv [TextureRedefine] # tv
width = 1920 width = 1920
height = 1080 height = 1080
formatsExcluded = 0x41A # exclude the intro background texture formatsExcluded = 0x41A # exclude the intro background texture
overwriteWidth = 2560 overwriteWidth = 2560
overwriteHeight = 1440 overwriteHeight = 1440

View File

@ -5,7 +5,6 @@ name = "The Wind Waker HD - 2160p (4K)"
[TextureRedefine] # tv [TextureRedefine] # tv
width = 1920 width = 1920
height = 1080 height = 1080
formatsExcluded = 0x41A # exclude the intro background texture formatsExcluded = 0x41A # exclude the intro background texture
overwriteWidth = 3840 overwriteWidth = 3840
overwriteHeight = 2160 overwriteHeight = 2160