mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 03:24:15 +01:00
[BotW] Disable count down fade resize by default
Because it's caused by 128x64 which is disabled by default
This commit is contained in:
parent
736412e70f
commit
d1791b0e5d
@ -785,14 +785,15 @@ overwriteHeight = ($height/$gameHeight) * 185
|
||||
# overwriteWidth = ($width/$gameWidth) * 64
|
||||
# overwriteHeight = ($height/$gameHeight) * 64
|
||||
|
||||
[TextureRedefine] # 128x64; Mini-game count down number fade
|
||||
width = 40
|
||||
height = 50
|
||||
depth = 1
|
||||
formats = 0x1
|
||||
tilemodes = 4
|
||||
overwriteWidth = ($width/$gameWidth) * 40
|
||||
overwriteHeight = ($height/$gameHeight) * 50
|
||||
# Uncomment if HUD setting is Pro
|
||||
# [TextureRedefine] # 128x64; Mini-game count down number fade
|
||||
# width = 40
|
||||
# height = 50
|
||||
# depth = 1
|
||||
# formats = 0x1
|
||||
# tilemodes = 4
|
||||
# overwriteWidth = ($width/$gameWidth) * 40
|
||||
# overwriteHeight = ($height/$gameHeight) * 50
|
||||
|
||||
# Resize letters box: Subtitle
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user