mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 03:24:15 +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)?>
|
#overwriteWidth = <?=round($scaleFactorY*256)?>
|
||||||
#overwriteHeight = <?=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
|
width = 128
|
||||||
height = 32
|
height = 32
|
||||||
formats = 0x1a
|
formats = 0x1a
|
||||||
overwriteWidth = <?=round($scaleFactorY*128)?>
|
#overwriteWidth = <?=round($scaleFactorY*128)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*32)?>
|
#overwriteHeight = <?=round($scaleFactorY*32)?>
|
||||||
|
|
||||||
[TextureRedefine] # multiplayer
|
[TextureRedefine] # multiplayer
|
||||||
width = 848
|
width = 848
|
||||||
|
Loading…
Reference in New Issue
Block a user