mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +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
|
||||
|
||||
[Preset]
|
||||
name = 3840x2160
|
||||
name = 3840x2160 4K
|
||||
$width = 3840
|
||||
$height = 2160
|
||||
$gameWidth = 1280
|
||||
@ -163,6 +163,6 @@ overwriteHeight = ($height/$gameHeight) * 16
|
||||
[TextureRedefine] #
|
||||
width = 8
|
||||
height = 8
|
||||
formatsExcluded =
|
||||
formats = 0x001a
|
||||
overwriteWidth = ($width/$gameWidth) * 8
|
||||
overwriteHeight = ($height/$gameHeight) * 8
|
||||
|
Loading…
Reference in New Issue
Block a user