[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:
Crementif 2020-05-08 15:32:59 +02:00
parent 85fc675436
commit 4dc96a162c
No known key found for this signature in database
GPG Key ID: 11A98E7DE0412B33

View File

@ -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)