mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[BotW] Exclude Gamepad background
Also resize/filter gamepad for 32-bit mode
This commit is contained in:
parent
f9af4463f0
commit
e9a4fba0a8
@ -119,20 +119,31 @@ height = 360
|
||||
overwriteWidth = 360
|
||||
overwriteHeight = 181
|
||||
|
||||
[TextureRedefine] #Gamepad
|
||||
[TextureRedefine] #gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 427
|
||||
overwriteHeight = 240
|
||||
formatsExcluded = 0x034,0x019
|
||||
overwriteWidth = 640
|
||||
overwriteHeight = 480
|
||||
|
||||
[TextureRedefine] #Gamepad Filter
|
||||
width = 854
|
||||
height = 480
|
||||
formats = 0x019
|
||||
overwriteFormat = 0x00b
|
||||
overwriteWidth = 640
|
||||
overwriteHeight = 480
|
||||
|
||||
[TextureRedefine]
|
||||
width = 360
|
||||
height = 360
|
||||
formats = 0x005
|
||||
overwriteWidth = 180
|
||||
overwriteHeight = 180
|
||||
|
||||
[TextureRedefine]
|
||||
width = 720
|
||||
height = 720
|
||||
formats = 0x005
|
||||
overwriteWidth = 360
|
||||
overwriteHeight = 360
|
@ -99,6 +99,7 @@ overwriteHeight = 181
|
||||
[TextureRedefine] #Gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
formatsExcluded = 0x034
|
||||
overwriteWidth = 427
|
||||
overwriteHeight = 240
|
||||
|
||||
|
@ -99,6 +99,7 @@ overwriteHeight = 270
|
||||
[TextureRedefine] #Gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
formatsExcluded = 0x034
|
||||
overwriteWidth = 427
|
||||
overwriteHeight = 240
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user