mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 03:24:15 +01:00
[Sploot] Fix UW pack
didn't actually do quarter, instead rescaled half-res
This commit is contained in:
parent
2ab23db742
commit
323b1ceaed
@ -16,9 +16,9 @@ formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
|||||||
overwriteWidth = 1280
|
overwriteWidth = 1280
|
||||||
overwriteHeight = 540
|
overwriteHeight = 540
|
||||||
|
|
||||||
[TextureRedefine] # half-res alpha
|
[TextureRedefine] # quarter-res alpha
|
||||||
width = 640
|
width = 320
|
||||||
height = 360
|
height = 180
|
||||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||||
overwriteWidth = 640
|
overwriteWidth = 640
|
||||||
overwriteHeight = 270
|
overwriteHeight = 270
|
||||||
|
Loading…
Reference in New Issue
Block a user