mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 11:34:15 +01:00
[Bayonetta] Fix game crash caused by the resolution pack
This commit is contained in:
parent
eab96c0870
commit
852c3a661d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user