mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-24 00:41:51 +01:00
[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:
parent
bea95a9ac1
commit
f1185d2086
@ -24,7 +24,7 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
|
|||||||
[TextureRedefine] #TV
|
[TextureRedefine] #TV
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
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
|
tileModesExcluded = 0x001
|
||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
Loading…
Reference in New Issue
Block a user