[Bayonetta] Fix game crash caused by the resolution pack

This commit is contained in:
Zalnor 2018-11-20 08:08:37 -06:00 committed by Crementif
parent eab96c0870
commit 852c3a661d

View File

@ -59,7 +59,7 @@ $gameWidth = 1280
$gameHeight = 720 $gameHeight = 720
[Preset] [Preset]
name = 3840x2160 name = 3840x2160 4K
$width = 3840 $width = 3840
$height = 2160 $height = 2160
$gameWidth = 1280 $gameWidth = 1280
@ -163,6 +163,6 @@ overwriteHeight = ($height/$gameHeight) * 16
[TextureRedefine] # [TextureRedefine] #
width = 8 width = 8
height = 8 height = 8
formatsExcluded = formats = 0x001a
overwriteWidth = ($width/$gameWidth) * 8 overwriteWidth = ($width/$gameWidth) * 8
overwriteHeight = ($height/$gameHeight) * 8 overwriteHeight = ($height/$gameHeight) * 8