mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
fix pokken texture overwrite resolutions
This commit is contained in:
parent
f55f569783
commit
5a470c46f5
@ -201,11 +201,11 @@ width = 8
|
|||||||
height = 4
|
height = 4
|
||||||
formats = 0x816
|
formats = 0x816
|
||||||
overwriteWidth = ($width / $gameWidth) * 8
|
overwriteWidth = ($width / $gameWidth) * 8
|
||||||
overwriteHeight = ($height / $gameHeight) * 8
|
overwriteHeight = ($height / $gameHeight) * 4
|
||||||
|
|
||||||
[TextureRedefine] # Blur Mip
|
[TextureRedefine] # Blur Mip
|
||||||
width = 4
|
width = 4
|
||||||
height = 2
|
height = 2
|
||||||
formats = 0x816
|
formats = 0x816
|
||||||
overwriteWidth = ($width / $gameWidth) * 8
|
overwriteWidth = ($width / $gameWidth) * 4
|
||||||
overwriteHeight = ($height / $gameHeight) * 8
|
overwriteHeight = ($height / $gameHeight) * 2
|
||||||
|
Loading…
Reference in New Issue
Block a user