mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[MK8] Fix texture corruption
MKTV, Turbo pads etc 0x431 excluded
This commit is contained in:
parent
e193c4838d
commit
219799c586
@ -75,18 +75,21 @@ overwriteHeight = <?=round($scaleFactorY*320)?>
|
||||
[TextureRedefine]
|
||||
width = 427
|
||||
height = 240
|
||||
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
|
||||
overwriteWidth = <?=round($scaleFactorX*427)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*240)?>
|
||||
|
||||
[TextureRedefine] #4P?
|
||||
width = 320
|
||||
height = 360
|
||||
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
|
||||
overwriteWidth = <?=round($scaleFactorX*320)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||
|
||||
[TextureRedefine] # Bloom first mip, motion blur effect
|
||||
width = 320
|
||||
height = 180
|
||||
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
|
||||
overwriteWidth = <?=round($scaleFactorX*320)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*180)?>
|
||||
|
||||
@ -100,28 +103,28 @@ overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
[TextureRedefine]
|
||||
width = 199
|
||||
height = 116
|
||||
#formatsExcluded =
|
||||
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
|
||||
overwriteWidth = <?=round($scaleFactorX*199)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*116)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 160
|
||||
height = 180
|
||||
#formatsExcluded =
|
||||
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
|
||||
overwriteWidth = <?=round($scaleFactorX*160)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*180)?>
|
||||
|
||||
[TextureRedefine] #bloom 2nd mip
|
||||
width = 160
|
||||
height = 90
|
||||
#formatsExcluded =
|
||||
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
|
||||
overwriteWidth = <?=round($scaleFactorX*160)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*90)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 160
|
||||
height = 80
|
||||
#formatsExcluded =
|
||||
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
|
||||
overwriteWidth = <?=round($scaleFactorX*160)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*80)?>
|
||||
|
||||
@ -135,14 +138,14 @@ overwriteHeight = <?=round($scaleFactorY*148)?>
|
||||
[TextureRedefine]
|
||||
width = 133
|
||||
height = 77
|
||||
#formatsExcluded =
|
||||
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
|
||||
overwriteWidth = <?=round($scaleFactorX*133)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*77)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 128
|
||||
height = 256
|
||||
#formatsExcluded =
|
||||
formatsExcluded = 0x31,0x32,0x33,0x34,0x35,0x431,0x432,0x433,0x434,0x435,0x01a,0x234,0x235
|
||||
overwriteWidth = <?=round($scaleFactorX*128)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user