Set all 0x0 overwrites to 1x1

Prevents any undefined behavior caused by these packs

Why is WWHD timed by 2 for everything except for main resolution?
This commit is contained in:
Michael 2018-08-31 17:03:07 -07:00
parent 8c4537b38b
commit 28b1e7d554
4 changed files with 8 additions and 8 deletions

View File

@ -6,5 +6,5 @@ version = 2
[TextureRedefine] # boxing ring screen
width = 220
height = 124
overwriteWidth = 0
overwriteHeight = 0
overwriteWidth = 1
overwriteHeight = 1

View File

@ -71,5 +71,5 @@ overwriteHeight = <?=round($scaleFactorY*33*2)?>
width = 1024
height = 1024
formats = 0x005
overwriteWidth = <?=round($scaleFactorY)*2048?>
overwriteHeight = <?=round($scaleFactorY)*2048?>
overwriteWidth = <?=round($scaleFactorY)*1024?>
overwriteHeight = <?=round($scaleFactorY)*1024?>

View File

@ -9,5 +9,5 @@ width = 640
height = 360
formats = 0x00a
#overwriteFormat = 0x81c # Might cause an error, but seems to work. Might not work on AMD.
overwriteWidth = 0
overwriteHeight = 0
overwriteWidth = 1
overwriteHeight = 1

View File

@ -7,5 +7,5 @@ version = 2
[TextureRedefine]
width = 320
height = 180
overwriteWidth = 0
overwriteHeight = 0
overwriteWidth = 1
overwriteHeight = 1