mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01: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
@ -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 New Issue
Block a user