mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 08:21: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)
|
overwriteHeight = ($height/$gameHeight) * (1024*$scaleShader)
|
||||||
|
|
||||||
|
|
||||||
#[TextureRedefine] #pad rounded
|
[TextureRedefine] #Curtains / Shadows
|
||||||
#width = 864
|
width = 864
|
||||||
#height = 480
|
height = 480
|
||||||
##formats = 0x034
|
#formats = 0x034
|
||||||
#overwriteWidth = ($width/$gameWidth) * 864
|
overwriteWidth = ($width/$gameWidth) * 864
|
||||||
#overwriteHeight = ($height/$gameHeight) * 480
|
overwriteHeight = ($height/$gameHeight) * 480
|
||||||
#
|
|
||||||
#[TextureRedefine] #pad
|
[TextureRedefine] #Curtains / Shadows
|
||||||
#width = 854
|
width = 854
|
||||||
#height = 480
|
height = 480
|
||||||
##formats = 0x034
|
#formats = 0x034
|
||||||
#overwriteWidth = ($width/$gameWidth) * 854
|
overwriteWidth = ($width/$gameWidth) * 854
|
||||||
#overwriteHeight = ($height/$gameHeight) * 480
|
overwriteHeight = ($height/$gameHeight) * 480
|
||||||
|
|
||||||
|
|
||||||
[TextureRedefine] # 360 rounding
|
[TextureRedefine] # 360 rounding
|
||||||
|
Loading…
Reference in New Issue
Block a user