mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -03:00
[HW] Fix single player map regression
This commit is contained in:
parent
717a144262
commit
3e8f82ce92
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ overwriteHeight = ($height/$gameHeight) * (1024*$scaleShader*$internalRes)
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 512
|
width = 512
|
||||||
height = 512
|
height = 512
|
||||||
formats = 0x005,0x41a
|
formats = 0x005
|
||||||
#formatsExcluded = 0x433,0x431,0x035,0x033,0x031,0x005
|
#formatsExcluded = 0x433,0x431,0x035,0x033,0x031,0x005
|
||||||
overwriteWidth = ($width/$gameWidth) * (512*$scaleShader*$internalRes)
|
overwriteWidth = ($width/$gameWidth) * (512*$scaleShader*$internalRes)
|
||||||
overwriteHeight = ($height/$gameHeight) * (512*$scaleShader*$internalRes)
|
overwriteHeight = ($height/$gameHeight) * (512*$scaleShader*$internalRes)
|
||||||
|
|
Loading…
Reference in a new issue