[Child of Light] Fix for half-res video

Whoops, tested it this time atleast
This commit is contained in:
Crementif 2019-05-31 21:55:06 +02:00
parent 700ebb3b49
commit 884f86f210

View File

@ -105,6 +105,7 @@ overwriteHeight = ($height/$gameHeight) * 512
width = 640 width = 640
height = 360 height = 360
formats = 0x001 formats = 0x001
tileModesExcluded = 0x001
overwriteWidth = ($width/$gameWidth) * 640 overwriteWidth = ($width/$gameWidth) * 640
overwriteHeight = ($height/$gameHeight) * 360 overwriteHeight = ($height/$gameHeight) * 360