mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 00:11:51 +01:00
[YWW] Fix curtains
This commit is contained in:
parent
259845f117
commit
b8a26a73c0
@ -164,19 +164,19 @@ overwriteWidth = ($width/$gameWidth) * (1024*$scaleShader)
|
||||
overwriteHeight = ($height/$gameHeight) * (1024*$scaleShader)
|
||||
|
||||
|
||||
#[TextureRedefine] #pad rounded
|
||||
#width = 864
|
||||
#height = 480
|
||||
##formats = 0x034
|
||||
#overwriteWidth = ($width/$gameWidth) * 864
|
||||
#overwriteHeight = ($height/$gameHeight) * 480
|
||||
#
|
||||
#[TextureRedefine] #pad
|
||||
#width = 854
|
||||
#height = 480
|
||||
##formats = 0x034
|
||||
#overwriteWidth = ($width/$gameWidth) * 854
|
||||
#overwriteHeight = ($height/$gameHeight) * 480
|
||||
[TextureRedefine] #Curtains / Shadows
|
||||
width = 864
|
||||
height = 480
|
||||
#formats = 0x034
|
||||
overwriteWidth = ($width/$gameWidth) * 864
|
||||
overwriteHeight = ($height/$gameHeight) * 480
|
||||
|
||||
[TextureRedefine] #Curtains / Shadows
|
||||
width = 854
|
||||
height = 480
|
||||
#formats = 0x034
|
||||
overwriteWidth = ($width/$gameWidth) * 854
|
||||
overwriteHeight = ($height/$gameHeight) * 480
|
||||
|
||||
|
||||
[TextureRedefine] # 360 rounding
|
||||
|
Loading…
Reference in New Issue
Block a user