[BotW] Exclude Gamepad background

Also resize/filter gamepad for 32-bit mode
This commit is contained in:
Michael 2017-04-03 19:22:41 -07:00
parent f9af4463f0
commit e9a4fba0a8
3 changed files with 16 additions and 3 deletions

View File

@ -119,20 +119,31 @@ height = 360
overwriteWidth = 360 overwriteWidth = 360
overwriteHeight = 181 overwriteHeight = 181
[TextureRedefine] #Gamepad [TextureRedefine] #gamepad
width = 854 width = 854
height = 480 height = 480
overwriteWidth = 427 formatsExcluded = 0x034,0x019
overwriteHeight = 240 overwriteWidth = 640
overwriteHeight = 480
[TextureRedefine] #Gamepad Filter
width = 854
height = 480
formats = 0x019
overwriteFormat = 0x00b
overwriteWidth = 640
overwriteHeight = 480
[TextureRedefine] [TextureRedefine]
width = 360 width = 360
height = 360 height = 360
formats = 0x005
overwriteWidth = 180 overwriteWidth = 180
overwriteHeight = 180 overwriteHeight = 180
[TextureRedefine] [TextureRedefine]
width = 720 width = 720
height = 720 height = 720
formats = 0x005
overwriteWidth = 360 overwriteWidth = 360
overwriteHeight = 360 overwriteHeight = 360

View File

@ -99,6 +99,7 @@ overwriteHeight = 181
[TextureRedefine] #Gamepad [TextureRedefine] #Gamepad
width = 854 width = 854
height = 480 height = 480
formatsExcluded = 0x034
overwriteWidth = 427 overwriteWidth = 427
overwriteHeight = 240 overwriteHeight = 240

View File

@ -99,6 +99,7 @@ overwriteHeight = 270
[TextureRedefine] #Gamepad [TextureRedefine] #Gamepad
width = 854 width = 854
height = 480 height = 480
formatsExcluded = 0x034
overwriteWidth = 427 overwriteWidth = 427
overwriteHeight = 240 overwriteHeight = 240