mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 02:33:05 -03:00
[Child of Light] Fix for half-res video
Whoops, tested it this time atleast
This commit is contained in:
parent
700ebb3b49
commit
884f86f210
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue