[BotW] exclude dlc champions' photo in link's house

GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT   BC1_SRGB  0x00000431
https://i.imgur.com/udKIdDO.png
This commit is contained in:
NAVras-Z 2018-01-10 19:59:24 +08:00
parent bea95a9ac1
commit f1185d2086

View File

@ -24,7 +24,7 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine] #TV
width = 1280
height = 720
formatsExcluded = 0x008,0x19,0x1a # exclude the intro background texture
formatsExcluded = 0x008,0x19,0x1a,0x431 # exclude the intro background texture, champions' photo
tileModesExcluded = 0x001
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?>