mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
Disable player name scaling
This commit is contained in:
parent
b969a61b7b
commit
174ce136bd
@ -79,12 +79,12 @@ formats = 0x1a
|
||||
#overwriteWidth = <?=round($scaleFactorY*256)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
[TextureRedefine] # player name - GL_RGBA8
|
||||
[TextureRedefine] # player name - GL_RGBA8; Disabled because they scale incorrectly in certain places
|
||||
width = 128
|
||||
height = 32
|
||||
formats = 0x1a
|
||||
overwriteWidth = <?=round($scaleFactorY*128)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*32)?>
|
||||
#overwriteWidth = <?=round($scaleFactorY*128)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*32)?>
|
||||
|
||||
[TextureRedefine] # multiplayer
|
||||
width = 848
|
||||
|
Loading…
Reference in New Issue
Block a user