mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 11:34: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
|
||||
overwriteHeight = 540
|
||||
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
[TextureRedefine] # quarter-res alpha
|
||||
width = 320
|
||||
height = 180
|
||||
formatsExcluded = 0x41A,0x431 # exclude obvious textures
|
||||
overwriteWidth = 640
|
||||
overwriteHeight = 270
|
||||
|
Loading…
Reference in New Issue
Block a user