mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[Tropical Freeze] fix missing loading texture
The format somehow changed?
This commit is contained in:
parent
0bf36a8592
commit
80ec822726
@ -15,7 +15,7 @@ version = 2
|
||||
[TextureRedefine] # game rendering resolution
|
||||
width = 1280
|
||||
height = 720
|
||||
tileModesExcluded = 0x001
|
||||
formatsExcluded = 0x41A # exclude the intro background texture
|
||||
tileModesExcluded = 0x1
|
||||
formatsExcluded = 0x31 # exclude the intro background texture
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
Loading…
Reference in New Issue
Block a user