mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
[HW] Fix another resolution pack bug
It looked like <https://cdn.discordapp.com/attachments/342091935277645824/708307577599033414/unknown.png>, while it should look like <https://cdn.discordapp.com/attachments/342091935277645824/708307309897449542/unknown.png>. Reported by MelonSpeedruns.
This commit is contained in:
parent
85fc675436
commit
4dc96a162c
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ overwriteHeight = ($height/$gameHeight) * (192*$internalRes)
|
|||
width = 320
|
||||
height = 180
|
||||
#formats = 0x820,0x816,0x035,0x01a
|
||||
formatsExcluded = 0x035 # Exclude menu background images
|
||||
overwriteWidth = ($width/$gameWidth) * (320*$internalRes)
|
||||
overwriteHeight = ($height/$gameHeight) * (180*$internalRes)
|
||||
|
||||
|
|
Loading…
Reference in a new issue