mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +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
|
[TextureRedefine] # game rendering resolution
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
tileModesExcluded = 0x001
|
tileModesExcluded = 0x1
|
||||||
formatsExcluded = 0x41A # exclude the intro background texture
|
formatsExcluded = 0x31 # exclude the intro background texture
|
||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
Loading…
Reference in New Issue
Block a user