[TMS] Fix texture format scaling

Exclude all but shadow
This commit is contained in:
getdls 2018-07-31 12:42:04 +02:00
parent c7a9a030b3
commit 03985f7830

View File

@ -42,10 +42,10 @@ height = 720
overwriteWidth = <?=round($scaleFactorX*1147)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine]
[TextureRedefine] # shadows 0x011
width = 1024
height = 2048
#formatsExcluded =
formatsExcluded = 0x433,0x431,0x235,0x035,0x034,0x033,0x031,0x01a
overwriteWidth = <?=round($scaleFactorX*1024)?>
overwriteHeight = <?=round($scaleFactorY*2048)?>