mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-24 18:46:54 +01:00
[DKC:TF] Fix missing puzzle pieces
Previously wouldn't show puzzle pieces in the level selection screen. The texture that would also need to be scaled is 0x033 which is a compressed texture which can't be scaled, so removing this filter was the only option. But this was mostly pointless anyway since the GUI is also just images which won't really become sharper. Issue reported by Nathan in the discord.
This commit is contained in:
parent
504c0c1e04
commit
dadc19d259
@ -244,20 +244,12 @@ overwriteWidth = ($width/$gameWidth) * 160
|
||||
overwriteHeight = ($height/$gameHeight) * 90
|
||||
|
||||
|
||||
# Additonal Textures GUI
|
||||
# Additonal GUI Textures
|
||||
|
||||
# DonkeyKongs Face in GUI
|
||||
# Donkey Kong's Face
|
||||
[TextureRedefine]
|
||||
width = 96
|
||||
height = 108
|
||||
formats = 0x01a
|
||||
overwriteWidth = ($width/$gameWidth) * 96
|
||||
overwriteHeight = ($height/$gameHeight) * 108
|
||||
|
||||
# Menu Button Backgrounds GUI
|
||||
[TextureRedefine]
|
||||
width = 64
|
||||
height = 64
|
||||
formats = 0x01a
|
||||
overwriteWidth = ($width/$gameWidth) * 64
|
||||
overwriteHeight = ($height/$gameHeight) * 64
|
||||
|
Loading…
Reference in New Issue
Block a user