mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 11:34:15 +01:00
[Splat] Prevent 21:9 scaling for Squid Sister TV
Would stay the same aspect ratio due to patches.txt, so why scale it's width?
This commit is contained in:
parent
4e107a7dcb
commit
0939bbe466
@ -44,7 +44,7 @@ overwriteHeight = <?=round($scaleFactorY*180)?>
|
|||||||
[TextureRedefine] # squid sisters
|
[TextureRedefine] # squid sisters
|
||||||
width = 1024
|
width = 1024
|
||||||
height = 576
|
height = 576
|
||||||
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
overwriteWidth = <?=round($scaleFactorY*1024)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*576)?>
|
overwriteHeight = <?=round($scaleFactorY*576)?>
|
||||||
|
|
||||||
[TextureRedefine] # gamepad
|
[TextureRedefine] # gamepad
|
||||||
|
Loading…
Reference in New Issue
Block a user